Skip to content

Commit 34be850

Browse files
committedJul 9, 2024·
No need to publish twice here
1 parent c1db1ec commit 34be850

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎.github/workflows/pkg.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Publish commit
2-
on: [push, pull_request]
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- '**'
8+
tags:
9+
- '!**'
310

411
jobs:
512
build:

0 commit comments

Comments
 (0)
Please sign in to comment.