Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
1over137 committed Nov 14, 2023
1 parent 7828607 commit aa8b5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
on:
push:
branches:
- "main"
- "master"
paths:
- "docs/**"

Expand All @@ -24,7 +24,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: "master"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit aa8b5b2

Please sign in to comment.