Skip to content

Commit

Permalink
run doxygen only on push (not PR)
Browse files Browse the repository at this point in the history
Signed-off-by: Will <[email protected]>
  • Loading branch information
willhoy committed Jan 12, 2024
1 parent 099498b commit 68bcaa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Checks

on:
push:
Expand All @@ -25,9 +25,9 @@ jobs:

Documentation:
name: Doxygenize
#Only run for push to main
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Doxygenize
Expand Down

0 comments on commit 68bcaa8

Please sign in to comment.