Skip to content

Commit

Permalink
Merge pull request #74 from softprops/update-gh-actions-triggers
Browse files Browse the repository at this point in the history
update gh actions workflow triggers
  • Loading branch information
softprops authored Jul 26, 2020
2 parents ab85c85 + 407cf03 commit 72ec415
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Main

on: push
on:
push:
branches:
- master
tags:
- 'v**'
pull_request:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 72ec415

Please sign in to comment.