Skip to content

Commit

Permalink
Merge pull request #377 from johanhelsing/fix-double-ci
Browse files Browse the repository at this point in the history
ci: Don't run twice on pushes to PR branches
  • Loading branch information
johanhelsing authored Nov 23, 2023
2 parents 3b76315 + c094324 commit 20d4fe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches:
- main
pull_request:

name: Code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-toml.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches:
- main
pull_request:

name: Lint TOML
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches:
- main
pull_request:

name: Markdown Lint
Expand Down

0 comments on commit 20d4fe3

Please sign in to comment.