Skip to content

Commit

Permalink
Merge pull request #75 from srobo/no-ci-on-branch-pushes
Browse files Browse the repository at this point in the history
Avoid redundant CI work by only building main and pull requests
  • Loading branch information
PeterJCLaw authored May 15, 2024
2 parents 21209de + 2e22b3e commit 5eb1616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- "*"
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Render templates
on:
push:
branches:
- "*"
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Spellcheck
on:
push:
branches:
- "*"
- main
pull_request:

jobs:
Expand Down

0 comments on commit 5eb1616

Please sign in to comment.