1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-15 11:56:56 +02:00

chore(ci): remove stale trigger paths (#2836)

.github/workflows/htmltest.yml no longer exists, and the www/* path
catches changes to www/htmltest.yml.
This commit is contained in:
Tom Payne 2022-01-17 12:45:30 +01:00 committed by GitHub
parent cf4271c960
commit 87151f8575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,9 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/htmltest.yml'
- 'www/*'
pull_request:
paths:
- '.github/workflows/htmltest.yml'
- 'www/*'
jobs: