Skip to content

Commit 81506c6

Browse files
authoredAug 28, 2021
Update workflow.yml
1 parent b604894 commit 81506c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Webgl
22

33
on:
4+
# Trigger the workflow on push or pull request,
5+
# but only for the main branch
46
push:
57
branches:
68
- main
@@ -10,7 +12,7 @@ env:
1012

1113
jobs:
1214
buildWEBG:
13-
#if: ${{ github.ref == 'refs/heads/main' }}
15+
if: ${{ github.ref == 'refs/heads/main' }}
1416
#needs: test
1517
name: Deploy WebGL
1618
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.