Skip to content

Commit

Permalink
Merge pull request #2646 from HannesWell/onlyBuildBranches
Browse files Browse the repository at this point in the history
Don't run 'Build' GH workflow when tags are pushed
  • Loading branch information
cdietrich committed May 2, 2023
2 parents 26d7d73 + d1b0f85 commit 4a90f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
branches: ['*'] # Run on any pushed branch, but not on any pushed tag
paths-ignore:
- '**.md'
pull_request:
Expand Down

0 comments on commit 4a90f07

Please sign in to comment.