Skip to content

Commit

Permalink
Merge pull request #557 from fluxcd/ci-changes
Browse files Browse the repository at this point in the history
ci: run build workflow on release branches
  • Loading branch information
aryan9600 authored Jul 4, 2023
2 parents 5e2d4c8 + 6b1d254 commit 901f1b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: build
on:
pull_request:
push:
branches:
- main
branches: [ 'main', 'release/**' ]

permissions:
contents: read # for actions/checkout to fetch code
Expand Down

0 comments on commit 901f1b3

Please sign in to comment.