Skip to content

Commit

Permalink
Setup auto-publish for 2024 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Oct 7, 2024
1 parent 72d64d4 commit 1cfb211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
pull_request: {}
push:
branches: [main]
branches: [main, '2024']
jobs:
main:
name: Build, Validate and Deploy
Expand All @@ -14,4 +14,4 @@ jobs:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: source-map.bs
DESTINATION: index.html
DESTINATION: ${{ github.ref == "refs/heads/2024" && "2024/index.html" || "index.html" }}

0 comments on commit 1cfb211

Please sign in to comment.