mirror of
https://github.com/tt-rss/tt-rss.github.io.git
synced 2026-09-18 14:11:46 +00:00
Ignore certain content in the 'Build and deploy Pages' workflow.
This commit is contained in:
@@ -4,6 +4,12 @@ name: Build and deploy Pages
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '.*'
|
||||
- CONTRIBUTING.md
|
||||
- LICENSE
|
||||
- README.md
|
||||
# Allow manual triggering
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user