Skip to content

Commit b7e6956

Browse files
committed
Tweak workflow runner triggers
1 parent 146eb76 commit b7e6956

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
- master
77
pull_request:
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Tests
22
on:
3+
push:
4+
branches:
5+
- main
6+
- master
37
workflow_dispatch:
48
pull_request:
59

0 commit comments

Comments
 (0)