Limit deploy action to commits on master branch
This commit is contained in:
parent
ce56299e74
commit
d9b68fdb4e
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Build and Deploy
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user