Skip to content

Commit

Permalink
Enable 'experimental' branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhivkov committed Oct 1, 2024
1 parent 7f9173c commit 94fcc48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/apollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Apollo CI

on:
pull_request:
branches: [ main ]
branches:
- main
- experimental

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

on:
pull_request:
branches: [ main ]
branches:
- main
- experimental

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

on:
pull_request:
branches: [ main ]
branches:
- main
- experimental

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

on:
pull_request:
branches: [ main ]
branches:
- main
- experimental

defaults:
run:
Expand Down

0 comments on commit 94fcc48

Please sign in to comment.