Skip to content

Commit

Permalink
Remove workflow trigger on push (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
martclanor authored Feb 15, 2025
1 parent 7262d7a commit 13d8fbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Lint-Format

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

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

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

0 comments on commit 13d8fbb

Please sign in to comment.