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