Skip to content

Commit

Permalink
Adjusted yml build
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Nov 3, 2023
1 parent b1657b9 commit 1e8bae5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Core Build

on:
push:
branches: [ "master" ]
branches: [ "chromadeck" ]
pull_request:
branches: [ "master" ]
branches: [ "chromadeck" ]
workflow_dispatch: # manual trigger

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
docs:
needs: test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/chromadeck'
steps:
- name: Checkout current repository
uses: actions/checkout@v3
Expand All @@ -48,4 +48,4 @@ jobs:
git config --local user.name "GitHub Action"
git add docs
git commit -m "Update Doxygen documentation"
git push -f origin HEAD:core-docs
git push -f origin HEAD:chromadeck-docs

0 comments on commit 1e8bae5

Please sign in to comment.