Skip to content

Commit

Permalink
1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jul 25, 2024
1 parent 130dff3 commit 40487f9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/devops-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Devops Test

on:
push:
branches: [ devops-test-pipeline-0.2.0 ]
workflow_dispatch:

jobs:

devops-test:

name: Devops test
runs-on: ubuntu-latest

steps:

- name: print default branch name
run: |
echo "The default branch is ${{ github.event.repository.default_branch }}"

0 comments on commit 40487f9

Please sign in to comment.