Remove unnecessary entries from .dockerignore and update paths-ignore in fly.yml
This commit is contained in:
3
.github/workflows/fly.yml
vendored
3
.github/workflows/fly.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Fly Deploy
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'stylegen/**'
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user