Commit Diff


commit - 7fae216ccfddbb1e5d8e154893cf0e5ebd54e5d6
commit + a99d1d3784eebf2400653df97968a5584f1e20d8
blob - c46d82b04f4904816dd6c6bce202843bf6137f3a
blob + 5cf184209f166fd81670f72bb612aa7a92629697
--- .gitea/workflows/jobs.yaml
+++ .gitea/workflows/jobs.yaml
@@ -1,9 +1,6 @@
 ---
 name: Test and Deploy
-on:
-  push:
-    branches:
-      - master
+on: [push]
 
 jobs:
   test:
@@ -29,6 +26,7 @@ jobs:
 
   docs:
     runs-on: ubuntu-latest
+    if: gitea.ref == 'refs/heads/master'
     timeout-minutes: 5
     steps:
       - name: Checkout repository