Skip to content

Commit

Permalink
Add selectors for bootstrap job so it doesn't run on template repo (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 authored Oct 13, 2023
1 parent 8e673bb commit 52db615
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 52db615

Please sign in to comment.