Skip to content

Commit

Permalink
Only run GitHub Actions on push to master to avoid duplicate PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Sep 18, 2020
1 parent 055ef8f commit 717bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- '**'
- 'master'
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
release:
Expand Down

0 comments on commit 717bcf3

Please sign in to comment.