diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 744fa9d..a7241e6 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -3,8 +3,10 @@ name: Just test things run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - tags: - - test-cmd + paths: + - '**tests.yml' + branches: + - tests jobs: Pull-and-run: