Skip to content

Commit

Permalink
fix: run only on push master and pr master
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Nov 10, 2021
1 parent ff2bd90 commit 4b9ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags-ignore:
- 'v*.*.*'
branches:
- '**'
- 'master'
pull_request:
branches:
- 'master'
Expand Down

0 comments on commit 4b9ed0a

Please sign in to comment.