Skip to content

Commit 10cc962

Browse files
Fixed an issue where main runners weren't being run correctly
1 parent 6da5de2 commit 10cc962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Pull Request
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize]
4+
push:
5+
branches: [main]
66

77
jobs:
88
unit-tests:

0 commit comments

Comments
 (0)