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 dea5828 commit 17269feCopy full SHA for 17269fe
.github/workflows/python-sample-app-s3-deploy.yml
@@ -4,6 +4,9 @@
4
name: Sample App Deployment - Python S3
5
on:
6
workflow_dispatch: # be able to run the workflow on demand
7
+ push:
8
+ branches:
9
+ - genesis-release-test
10
11
permissions:
12
id-token: write
0 commit comments