We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da5de2 commit 10cc962Copy full SHA for 10cc962
.github/workflows/main.yml
@@ -1,8 +1,8 @@
1
name: Pull Request
2
3
on:
4
- pull_request:
5
- types: [opened, reopened, synchronize]
+ push:
+ branches: [main]
6
7
jobs:
8
unit-tests:
0 commit comments