We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e0d8f commit 4ec127aCopy full SHA for 4ec127a
.github/workflows/on-push.yml renamed to .github/workflows/pr_lint_and_test.yml
@@ -1,9 +1,7 @@
1
name: on-push-event
2
on:
3
- push:
4
- branches:
5
- - '**' # matches every branch
6
- - '!main'
+ pull_request:
+ types: [opened, synchronize]
7
jobs:
8
on_push:
9
runs-on: ubuntu-latest
0 commit comments