-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comment out schedule for now, switch master -> main
- Loading branch information
1 parent
e5b98ee
commit 367f835
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
# runs at 3:15am every day: | ||
# - cron: '15 3 * * *' | ||
# runs every 5 min | ||
- cron: '*/5 * * * *' | ||
# - cron: '*/5 * * * *' | ||
|
||
name: Test site and push live if we're on Master | ||
jobs: | ||
|
@@ -59,7 +59,7 @@ jobs: | |
run: ./.github/scripts/muffet.sh | ||
|
||
- name: Master Branch Only - Report errors to Slack, if any | ||
if: ${{ github.ref == 'refs/heads/master' && failure() }} | ||
if: ${{ github.ref == 'refs/heads/main' && failure() }} | ||
uses: rtCamp/[email protected] | ||
env: | ||
SLACK_WEBHOOK: '${{ secrets.SLACK_WEB_HOOK }}' | ||
|