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 9bbec7a commit edcf90fCopy full SHA for edcf90f
.github/workflows/build-system-test-react-native.yml
@@ -6,6 +6,8 @@ permissions:
6
id-token: write # This is required for aws-actions/configure-aws-credentials
7
8
on:
9
+ push:
10
+ branches: ['main']
11
schedule:
12
- cron: '0 * * * *' # Run at the first minute of every hour
13
0 commit comments