Skip to content

Commit

Permalink
deploy: only run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 31, 2023
1 parent 55e6ca0 commit bf6300d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
doxygen:
name: "Deploy docs"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
container:
image: archlinux
steps:
Expand Down

0 comments on commit bf6300d

Please sign in to comment.