Skip to content

Commit

Permalink
Fix branch name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn authored Aug 7, 2024
1 parent 35caafa commit 779e7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to github pages
on:
push:
branches:
- main
- master

jobs:
linux:
Expand All @@ -27,4 +27,4 @@ jobs:
target_branch: gh-pages
build_dir: ghpages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 779e7e3

Please sign in to comment.