We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7122a commit 8a2866aCopy full SHA for 8a2866a
.github/workflows/main.yml
@@ -1,7 +1,10 @@
1
name: Main
2
3
-on: [push, pull_request]
4
-
+on:
+ push:
5
+ branches: [main, master]
6
+ pull_request:
7
8
9
jobs:
10
cleanup:
.github/workflows/radian.yml
@@ -1,6 +1,10 @@
name: Test radian
env:
RADIAN_NO_INPUTHOOK: 1
0 commit comments