Skip to content

Commit

Permalink
Remove GH workflow trigger on main branch commit to break build loop (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeltrinelli authored Sep 17, 2024
1 parent 6e2d5a8 commit 5203f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cname-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: cname check

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and release site to GitHub Pages

on:
push:
branches: [main]
schedule:
# daily build
- cron: '0 0 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
gh-pages-release:
Expand Down

0 comments on commit 5203f43

Please sign in to comment.