Skip to content

Commit

Permalink
[#14951] Add CI Workflow File
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdonagh committed Jul 16, 2024
1 parent e412976 commit 75735c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rebase-ci-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
push:
branches:
- main

jobs:
call-rebase-ci-branches:
uses: berkleeonline/github-workflows/.github/workflows/rebase-ci-branches.yml@main
with:
ci-branches: '["integration", "patch"]'
secrets: inherit

0 comments on commit 75735c3

Please sign in to comment.