Skip to content

Commit f31716e

Browse files
committed
ci(publish): update tag trigger and runner environment
1 parent c20aa37 commit f31716e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
name: Publish
22

33
on:
4-
workflow_dispatch:
54
push:
65
tags:
7-
- '**'
8-
9-
env:
10-
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
6+
- '*'
117

128
jobs:
139
test:
1410
name: Publish
15-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-8vcpu-arm
1612
environment: production
1713
permissions:
1814
contents: read

0 commit comments

Comments
 (0)