Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 9de7503

Browse files
committed
temp trigger on push
1 parent 93f28ce commit 9de7503

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Build"
2-
on:
3-
push:
4-
tags:
5-
- *
2+
on: [push]
3+
# push:
4+
# tags:
5+
# - *
66
jobs:
77
build:
88
name: Test

0 commit comments

Comments
 (0)