Skip to content

Commit

Permalink
Enable workflows for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhivkov committed Jul 23, 2024
1 parent 4746c6f commit f82a39c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Apollo CI

on:
pull_request:
branches: [ main ]
branches: [ '**' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/athena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Athena CI

on:
pull_request:
branches: [ main ]
branches: [ '**' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Common CI

on:
pull_request:
branches: [ main ]
branches: [ '**' ]

jobs:
audit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stitch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stitch CI

on:
pull_request:
branches: [ main ]
branches: [ '**' ]

defaults:
run:
Expand Down

0 comments on commit f82a39c

Please sign in to comment.