Skip to content

Commit e563f67

Browse files
committed
trigger
1 parent 424f886 commit e563f67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release Package
22
on:
33
push:
4-
branches: [main]
54
jobs:
65
check-version:
76
runs-on: ubuntu-latest
@@ -47,7 +46,6 @@ jobs:
4746
build-and-publish:
4847
runs-on: ubuntu-latest
4948
needs: check-version
50-
if: needs.check-version.outputs.version-changed == 'true'
5149
permissions:
5250
contents: read
5351
id-token: write

0 commit comments

Comments
 (0)