Skip to content

Commit

Permalink
[ ci ] we have a master, not main, branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Oct 20, 2023
1 parent 4abc4fb commit 7d92e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
##### Deployment #########################################

- name: Deploy to branch
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
Expand All @@ -74,7 +74,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Trigger pull at website
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
shell: bash
env:
PASSPHRASE: ${{ secrets.WEBHOOK_PASSPHRASE }}
Expand Down

0 comments on commit 7d92e10

Please sign in to comment.