Skip to content

Commit 4dc3206

Browse files
committed
Update build condition
1 parent 744e31e commit 4dc3206

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: default-pipeline
22
on:
33
push:
44
branches:
5-
- main
6-
# push:
7-
# branches:
8-
# - "refs/tags/*"
5+
- "refs/tags/*"
96
jobs:
107
pre-build-checks:
118
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)