Skip to content

Commit

Permalink
run the Build and Test workflow when pushing to master or version tag…
Browse files Browse the repository at this point in the history
…s as well
  • Loading branch information
johnbartholomew committed Feb 7, 2024
1 parent 77e3845 commit 6863a2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches-ignore:
- 'gh-pages'
push:
branches:
- 'master'
tags:
- v*

permissions:
contents: read
Expand Down

0 comments on commit 6863a2c

Please sign in to comment.