Skip to content

Commit

Permalink
feat: attempt add cron test of master
Browse files Browse the repository at this point in the history
  • Loading branch information
aawnu committed May 28, 2024
1 parent 6018dbd commit ed7ba6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Continuous Integration

on:
workflow_dispatch:
schedule:
- cron: 0 2 1 * *

jobs:
validate-master:
if: github.ref == 'refs/heads/master'
uses: aawnu/php-ga4/blob/master/.github/workflows/ci.yml

0 comments on commit ed7ba6a

Please sign in to comment.