Skip to content

Commit be9fec6

Browse files
authored
Merge pull request #5 from Chernavskikh/development
Development
2 parents 2712240 + ff5b862 commit be9fec6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: buildAndDeploy
22
on:
3-
# Trigger the workflow on push or pull request,
4-
# but only for the master branch
3+
# Trigger the workflow on push or pull request,
4+
# but only for the master branch
55
push:
66
branches:
77
- master
8-
pull_request:
9-
branches:
10-
- master
118
jobs:
129
build-and-deploy:
1310
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)