Skip to content

Commit 3ccf3bc

Browse files
committed
fix: remove conditional check for tag ref type in deploy workflow
1 parent f58892b commit 3ccf3bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616
jobs:
1717
build_and_deploy:
1818
runs-on: ubuntu-latest
19-
if: ${{github.ref_type == 'tag' }}
2019
steps:
2120
- name: Checkout code
2221
uses: actions/checkout@v6

0 commit comments

Comments
 (0)