Update '.woodpecker.yml'

This commit is contained in:
Shiny Nematoda 2023-02-22 17:13:15 +00:00 committed by vrifox
parent da014c2571
commit c7e2690a81
No known key found for this signature in database
GPG key ID: D40098E5B60B2197

View file

@ -5,8 +5,6 @@ pipeline:
- npm install
- npm run build
when:
path:
exclude: ['*.md', '.gitea/**']
event: ['push', 'pull_request']
surge:
@ -18,8 +16,6 @@ pipeline:
secrets: [surge_login, surge_token]
when:
branch: main
path:
exclude: ['*.md', '.gitea/**']
event: ['push']
docker:
@ -35,6 +31,4 @@ pipeline:
from_secret: cb_token
when:
branch: main
path:
exclude: ['*.md', '.gitea/**']
event: ['push']