Skip to content

Commit 16e9730

Browse files
test
1 parent 3acf132 commit 16e9730

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
name: test
3-
on: pull_request
3+
on:
4+
push:
5+
tags:
6+
- v*
47
jobs:
5-
status-check:
6-
uses: ./.github/workflows/wc-test.yaml
8+
test:
9+
runs-on: ubuntu-24.04
10+
steps:
11+
- run: echo "$PAYLOAD"
12+
env:
13+
PAYLOAD: ${{ toJson(github.event) }}

0 commit comments

Comments
 (0)