Skip to content

Commit 9b406e3

Browse files
committed
do not do build only for trunk
1 parent 5815ccf commit 9b406e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
environment:
1616
name: Build
1717
runs-on: ubuntu-latest
18-
if: ${{ github.ref == 'refs/heads/trunk' }}
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v3
@@ -67,7 +66,6 @@ jobs:
6766
environment:
6867
name: Build
6968
runs-on: ubuntu-latest
70-
if: ${{ github.ref == 'refs/heads/trunk' }}
7169
steps:
7270
- name: Checkout
7371
uses: actions/checkout@v3

0 commit comments

Comments
 (0)