mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
deploy: only run on main
This commit is contained in:
parent
55e6ca0e67
commit
bf6300d316
1 changed files with 1 additions and 0 deletions
1
.github/workflows/arch.yml
vendored
1
.github/workflows/arch.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
|||
doxygen:
|
||||
name: "Deploy docs"
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
container:
|
||||
image: archlinux
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue