Skip to content

Commit

Permalink
Add selectors for bootstrap job so it doesn't run on template repo
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 committed Oct 13, 2023
1 parent 5744c4e commit 712340e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ permissions:
jobs:
bootstrap:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'

steps:
- name: Checkout code
Expand Down

0 comments on commit 712340e

Please sign in to comment.