Skip to content

Commit

Permalink
Merge pull request #138 from rstudio/mbh-build-on-tag-pushes
Browse files Browse the repository at this point in the history
Build on tag pushes, too
  • Loading branch information
meatballhat authored Jun 18, 2020
2 parents a450ff6 + a5f9477 commit b53379e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: main
on:
push:
branches: [master]
tags: [".*"]
pull_request:
branches: [master]
jobs:
Expand Down

0 comments on commit b53379e

Please sign in to comment.