Skip to content

Commit

Permalink
Add temp branch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 7, 2024
1 parent f3bfb83 commit 00d11b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs

on:
push:
branches: [main]
branches: [add-ci, main]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -17,7 +17,7 @@ concurrency:

jobs:
docs-deploy:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || 'refs/heads/add-ci'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 00d11b3

Please sign in to comment.