Skip to content

Commit

Permalink
Merge pull request #13 from wanfahdiva/dev
Browse files Browse the repository at this point in the history
refactor(gitHub-actions): to include action on push and on pull
  • Loading branch information
wanfahdiva authored Sep 6, 2024
2 parents 379f108 + 11e938d commit fe26a57
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Code Check
on:
workflow_call:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

concurrency:
group: ${{ github.job }}-${{ github.ref }}
Expand Down

0 comments on commit fe26a57

Please sign in to comment.