Skip to content

Commit

Permalink
Don't run 'Build' GH workflow when a tag was pushed
Browse files Browse the repository at this point in the history
Fixes #2644
  • Loading branch information
HannesWell committed May 1, 2023
1 parent 3986b74 commit d1b0f85
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 d1b0f85

Please sign in to comment.