Skip to content

Commit b2c3704

Browse files
committed
test
1 parent 701fc5c commit b2c3704

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: publish
22
on:
3+
pull_request:
34
push:
45
tags:
56
- v*

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Versioned Release
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)