mirror of https://github.com/VERT-sh/VERT.git
ci: only build on src/ or static/ changes
also allow manual dispatches
This commit is contained in:
parent
be7cb2f780
commit
58175462b2
|
@ -4,8 +4,15 @@ on:
|
|||
push:
|
||||
branches: [ "main" ]
|
||||
tags: [ 'v*' ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'static/**'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'static/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
Loading…
Reference in New Issue