diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5030d0d..1874859 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: needs: validate # Déclenchement uniquement sur push sur main ou tag de version # Gitea supporte le contexte 'github' pour la compatibilité - if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) + if: gitea.event_name == 'push' && (gitea.ref == 'refs/heads/main' || startsWith(gitea.ref, 'refs/tags/v')) runs-on: ubuntu-latest steps: - name: Checkout code