Skip to content

Commit

Permalink
Have CI run on pull request, workflow dispatch and push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Mar 12, 2024
1 parent 60fb7ce commit 8bd7ccc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
name: CI
'on':
- push
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch: {}
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
name: Lint
'on':
- push
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch: {}
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
Expand Down

0 comments on commit 8bd7ccc

Please sign in to comment.