Skip to content

Commit

Permalink
Only build master and release branches on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 7, 2022
1 parent df56307 commit aa9aa2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: GraalVM Gate

on:
push:
branches-ignore:
- 'github/**'
branches:
- 'master'
- 'release/**'
paths-ignore:
- '.devcontainer/**'
- '.github/workflows/quarkus.yml'
Expand Down

0 comments on commit aa9aa2c

Please sign in to comment.