Skip to content

Commit

Permalink
wip: testing workflow dispatch on push to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 13, 2024
1 parent 37bc95c commit c0c653a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
build-docs:
name: Build Class Documentation
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev' || github.event_name == 'release' # Run only if triggered from dev or on release
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c0c653a

Please sign in to comment.