Skip to content

Commit

Permalink
update gh actions workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 26, 2020
1 parent cb7c9da commit 407cf03
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 407cf03

Please sign in to comment.