mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +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:
|
doxygen:
|
||||||
name: "Deploy docs"
|
name: "Deploy docs"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.ref == 'refs/heads/main'
|
||||||
container:
|
container:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue