Skip to content

Commit 72ec415

Browse files
authored
Merge pull request #74 from softprops/update-gh-actions-triggers
update gh actions workflow triggers
2 parents ab85c85 + 407cf03 commit 72ec415

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Main
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- 'v**'
9+
pull_request:
10+
branches:
11+
- master
412

513
jobs:
614
test:

0 commit comments

Comments
 (0)