Skip to content

Commit

Permalink
Update step1workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhendra committed Oct 16, 2024
1 parent 68e4d57 commit e995bc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/step1workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
example-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e995bc5

Please sign in to comment.