Skip to content

Commit

Permalink
ci: don't push on non-main branches
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Jul 2, 2024
1 parent 8b881ce commit a9157bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# limitations under the License.
name: build

on: ['push']
on:
push:
branches:
- 'main'

jobs:
images:
Expand Down

0 comments on commit a9157bb

Please sign in to comment.