diff options
author | Fernando Ayats <[email protected]> | 2022-09-07 12:44:20 +0200 |
---|---|---|
committer | Fernando Ayats <[email protected]> | 2022-09-07 12:44:20 +0200 |
commit | 8d3f6c5d84933552f602939c7f3dabeb2db28205 (patch) | |
tree | 2142318b0037ad70730882601b7144fdeaca0bf0 /.github | |
parent | 5c470d2e546f89d5f5c4f6e95edf6f94685c1e1b (diff) | |
download | Hyprland-8d3f6c5d84933552f602939c7f3dabeb2db28205.tar.gz Hyprland-8d3f6c5d84933552f602939c7f3dabeb2db28205.zip |
docs: fix github workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/man-update.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/man-update.yaml b/.github/workflows/man-update.yaml index 3ef5fc35..a42a6fe4 100644 --- a/.github/workflows/man-update.yaml +++ b/.github/workflows/man-update.yaml @@ -5,6 +5,8 @@ on: push: paths: - docs/** + branches: + - 'main' jobs: main: |