Skip to content

Commit

Permalink
try avoiding duplicate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Aug 9, 2024
1 parent df4a72e commit e1e6b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cairo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
merge_group:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fustat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
merge_group:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
merge_group:

jobs:
Expand Down

0 comments on commit e1e6b17

Please sign in to comment.