Skip to content

Commit

Permalink
Update trigger-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Mar 12, 2024
1 parent 1d75352 commit fbd4966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Trigger GitHub Pages Rebuild
on:
workflow_dispatch:
push:
branches: [main]
push:
branches: [main]

jobs:
trigger:
Expand All @@ -14,4 +14,4 @@ jobs:
run: |
curl --fail --request POST \
--url https://api.github.com/repos/${{ github.repository }}/pages/builds \
--header "Authorization: Bearer $USER_TOKEN"
--header "Authorization: Bearer $USER_TOKEN"

0 comments on commit fbd4966

Please sign in to comment.