Skip to content

Commit 8c81efa

Browse files
committed
Trigger main workflow on _all_ push and pull_request events
because the safelisting style does not appear to work as expected
1 parent b53379e commit 8c81efa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: main
2-
on:
3-
push:
4-
branches: [master]
5-
tags: [".*"]
6-
pull_request:
7-
branches: [master]
2+
on: [push, pull_request]
83
jobs:
94
test:
105
strategy:

0 commit comments

Comments
 (0)