Skip to content

Commit

Permalink
Prevent duplicate github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu authored and Salamandar committed Sep 13, 2024
1 parent c6a2d72 commit 8de8c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Catalog consistency checks
on:
pull_request:
push:
branches: [master]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_toml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Check formatting
on:
pull_request:
push:
branches: [master]

jobs:
check:
Expand Down

0 comments on commit 8de8c5d

Please sign in to comment.