We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f44f0 commit b0621feCopy full SHA for b0621fe
.github/workflows/cloud-pods.yml
@@ -7,9 +7,6 @@ on:
7
push:
8
branches:
9
- main
10
- pull_request:
11
- branches:
12
- - main
13
workflow_dispatch:
14
15
permissions:
.github/workflows/main.yml
@@ -6,6 +6,9 @@ on:
6
- 'README.md'
+ pull_request:
+ branches:
+ - main
schedule:
# “At 00:00 on Sunday.”
- cron: "0 0 * * 0"
0 commit comments