Run bootstrap for trusted PRs

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2021-02-18 15:37:24 +01:00
parent 7eab649abc
commit ff78af5808

View file

@ -2,11 +2,14 @@ name: bootstrap
on:
push:
branches: [ '*' ]
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
github:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'fluxcd' }}
steps:
- name: Checkout
uses: actions/checkout@v2