Skip to content

Commit 156c956

Browse files
committed
welcome back old friend
1 parent 42621bf commit 156c956

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Publish Any Commit
22
on:
3-
# Temporarily disabled - uncomment to re-enable
4-
# pull_request:
5-
# push:
6-
# branches:
7-
# - '**'
8-
# tags:
9-
# - '!**'
3+
pull_request:
4+
push:
5+
branches:
6+
- '**'
7+
tags:
8+
- '!**'
109

1110
jobs:
1211
build:

0 commit comments

Comments
 (0)