Skip to content

Commit

Permalink
Add workflow trigger on push (#31)
Browse files Browse the repository at this point in the history
Reverts #29, but specifying both develop and main branches
  • Loading branch information
martclanor authored Feb 15, 2025
1 parent 9b204db commit 93e223f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Lint-Format

on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
branches:
- main
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Jinja Templates

on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
branches:
- main
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tmgrammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: TextMate Grammar

on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
branches:
- main
Expand Down

0 comments on commit 93e223f

Please sign in to comment.