diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-05-01 00:31:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 00:31:50 -0400 |
commit | 8d33ce08b1c09094679a6aa45af9cc6df92ee102 (patch) | |
tree | bac8d488c0282b71bcd3290c3b53ef3a5ad2a6de /.github | |
parent | c205d559f9c3bc5ef04c8d6b289c9b40480f2abc (diff) | |
download | gitea-8d33ce08b1c09094679a6aa45af9cc6df92ee102.tar.gz gitea-8d33ce08b1c09094679a6aa45af9cc6df92ee102.zip |
target correct conditional
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-publish_docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push-publish_docs.yml b/.github/workflows/push-publish_docs.yml index 6658830db0..aba22143ff 100644 --- a/.github/workflows/push-publish_docs.yml +++ b/.github/workflows/push-publish_docs.yml @@ -4,8 +4,8 @@ on: push: paths: - "docs/**" - branch: - - main + branches: + - main jobs: compliance-docs: |