Skip to content

Commit 4ec127a

Browse files
committed
fix trigger for gh actions linting andctesting PR from fork
1 parent 57e0d8f commit 4ec127a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/on-push.yml renamed to .github/workflows/pr_lint_and_test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: on-push-event
22
on:
3-
push:
4-
branches:
5-
- '**' # matches every branch
6-
- '!main'
3+
pull_request:
4+
types: [opened, synchronize]
75
jobs:
86
on_push:
97
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)