mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-12 10:47:28 +00:00
Run bootstrap for trusted PRs
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
7eab649abc
commit
ff78af5808
1 changed files with 4 additions and 1 deletions
5
.github/workflows/bootstrap.yaml
vendored
5
.github/workflows/bootstrap.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue