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 9529d7b commit 82e1d6fCopy full SHA for 82e1d6f
.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 */2 * * *' # Run on the first minute of each even numbered hour
13
0 commit comments