Skip to content

Commit 84a4867

Browse files
committed
Fix action syntax
1 parent dab1494 commit 84a4867

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: buildAndDeploy
2-
on:
3-
push
4-
pull-request
2+
on: [push, pull_request]
53
jobs:
64
build-and-deploy:
75
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)