Skip to content

Commit 7313305

Browse files
committed
Update build_workflow.yml
1 parent d8edbae commit 7313305

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: Front-end CI
1+
name: Build Workflow
22

33
on:
44
push:
55
branches: [master]
6-
pull_request:
7-
branches: [master]
86

97
jobs:
108
publish-site:
11-
# if: ${{ github.event_name == 'push' }}
9+
if: ${{ github.event_name == 'push' }}
1210
runs-on: ubuntu-latest
1311
defaults:
1412
run:

0 commit comments

Comments
 (0)