Skip to content

Commit

Permalink
Update for develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Dec 5, 2024
1 parent b8de10d commit b22b7e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Doxygen docs

on:
push:
branches: [feature/catchem_begins]
branches: [develop]
pull_request:
branches: [feature/catchem_begins]
branches: [develop]
permissions:
contents: write

Expand All @@ -24,7 +24,7 @@ jobs:
cd -
- name: Deploy
if: github.ref == 'refs/heads/feature/catchem_begins'
if: github.ref == 'refs/heads/develop'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
Expand Down

0 comments on commit b22b7e1

Please sign in to comment.