Skip to content

Commit ede2f18

Browse files
authored
Merge pull request #13 from astar-development/features/this-is-a-little-silly-now
Back to just main trigger
2 parents 74446dc + 3b4a0f2 commit ede2f18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish NuGet Package
1+
name: 🚀 Publish NuGet Package
22

33
on:
44
workflow_dispatch:
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
if: startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/main'
1211
runs-on: ubuntu-latest
1312

1413
steps:

0 commit comments

Comments
 (0)