We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d1695 commit 15d9a44Copy full SHA for 15d9a44
.github/workflows/run-tests.yml
@@ -3,6 +3,9 @@ name: 🧪 Run Tests
3
on:
4
pull_request:
5
types: [opened, synchronize, reopened]
6
+ push:
7
+ branches:
8
+ - main
9
10
jobs:
11
0 commit comments