We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f081473 commit 9adacb3Copy full SHA for 9adacb3
1 file changed
.github/workflows/integrate.yml
@@ -1,5 +1,10 @@
1
name: Integrate React Native AdMob
2
-on: push
+on:
3
+ schedule:
4
+ - cron: 0 12 * * 1
5
+ pull_request:
6
+ branches:
7
+ - master
8
jobs:
9
integrate:
10
name: Create React Native App and integrate React Native Admob
0 commit comments