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 6018dbd commit ed7ba6aCopy full SHA for ed7ba6a
.github/workflows/cron.yml
@@ -0,0 +1,11 @@
1
+name: Continuous Integration
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: 0 2 1 * *
7
8
+jobs:
9
+ validate-master:
10
+ if: github.ref == 'refs/heads/master'
11
+ uses: aawnu/php-ga4/blob/master/.github/workflows/ci.yml
0 commit comments