Update main.yml
This commit is contained in:
parent
5f66b28eb6
commit
492fbc8fff
1 changed files with 1 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -1,10 +1,8 @@
|
||||||
name: Build and deploy to prod!
|
name: Build and deploy to prod!
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
Loading…
Reference in a new issue