This commit is contained in:
WaylonWalker 2020-07-27 08:18:36 -05:00
commit 72d2421139

View file

@ -6,9 +6,9 @@ name: Test WaylonWalker.com
# events but only for the master branch # events but only for the master branch
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
schedule: schedule:
- cron: '*/10 * * * *' - cron: '*/10 * * * *'