Skip to content

Commit 69be059

Browse files
committed
update gh action
1 parent a622dca commit 69be059

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ on:
88

99
jobs:
1010
build:
11-
if: github.event_name == 'push' && github.ref == 'refs/heads/main '
1211
runs-on: ubuntu-latest
1312
strategy:
1413
matrix:
1514
node-version: [12.x]
1615

1716
steps:
18-
1917
- uses: actions/checkout@v2
2018

2119
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)