update-deployment-workflow #18
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
name: deploy systems
|
name: deploy systems
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "**.lock"
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue