Skip to content

Commit

Permalink
Use correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKerr1225 committed Nov 24, 2024
1 parent 689f50f commit 2ed30cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update website
on:
workflow_dispatch: {}
push:
branches: [ "main" ]
branches: [ "master" ]

jobs:
update:
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Restart site
shell: bash
run: |
curl -X POST https://director.tjhsst.edu/sites/399/restart -d csrfmiddlewaretoken=${{ secrets.ION_CSRF_TOKEN }}
curl -X POST https://director.tjhsst.edu/sites/399/restart -d csrfmiddlewaretoken=jQGbtFz6xzN42pp1WWmtbqLYkNfSZkITJIAoS1RUtR4wGcBakPU3cr8xHEvrMSsP

0 comments on commit 2ed30cd

Please sign in to comment.