diff --git a/actions/example-push/.forgejo/workflows/test.yml b/actions/example-push/.forgejo/workflows/test.yml index 323f2f8..89763f2 100644 --- a/actions/example-push/.forgejo/workflows/test.yml +++ b/actions/example-push/.forgejo/workflows/test.yml @@ -2,6 +2,8 @@ on: push: branches: - 'mai*' + paths: + - '**/test.yml' jobs: test: @@ -14,7 +16,7 @@ jobs: - name: save event run: | - d=/srv/example/pull-request/contexts/$GITHUB_EVENT_NAME + d=/srv/example/push/contexts/$GITHUB_EVENT_NAME mkdir -p $d cat > $d/github <<'EOF' ${{ toJSON(github) }}