We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cab8d4 commit 7bd4572Copy full SHA for 7bd4572
1 file changed
.github/workflows/delete_old_cloudformation_stacks.yml
@@ -5,6 +5,8 @@ on:
5
workflow_dispatch:
6
schedule:
7
- cron: "0 2,14 * * *"
8
+ push:
9
+ branches: [main]
10
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
jobs:
0 commit comments