Skip to content

Commit 9adacb3

Browse files
authored
run workflow every monday at 12:00 UTC
1 parent f081473 commit 9adacb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Integrate React Native AdMob
2-
on: push
2+
on:
3+
schedule:
4+
- cron: 0 12 * * 1
5+
pull_request:
6+
branches:
7+
- master
38
jobs:
49
integrate:
510
name: Create React Native App and integrate React Native Admob

0 commit comments

Comments
 (0)