Skip to content

Commit

Permalink
ci: Don't run twice on pushes to PR branches
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Nov 23, 2023
1 parent 2bc5408 commit c094324
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 c094324

Please sign in to comment.