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 d824a01 commit 97a5724Copy full SHA for 97a5724
.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