Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f9da4b

Browse files
committedOct 17, 2020
Tweak GHA trigger events
1 parent 9939df4 commit 9f9da4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened]
5+
push:
6+
branches:
7+
- master
38

49
jobs:
510
test:

0 commit comments

Comments
 (0)
Please sign in to comment.