mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Only run deployment action on push and on main branch
This commit is contained in:
3
.github/workflows/demo-server-deploy.yml
vendored
3
.github/workflows/demo-server-deploy.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
name: "Deploy app to demo server (demo.archtika.com)"
|
name: "Deploy app to demo server (demo.archtika.com)"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SERVER_USER: root
|
SERVER_USER: root
|
||||||
|
|||||||
Reference in New Issue
Block a user