mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-17 20:13:23 -06:00
Improve paths-ignore, disable paths-ignore for build 'push' trigger
This commit is contained in:
16
.github/workflows/test.yaml
vendored
16
.github/workflows/test.yaml
vendored
@@ -4,16 +4,28 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths-ignore:
|
||||
- .hooks/**
|
||||
- CARGO_README.md
|
||||
- README.md
|
||||
- CHANGELOG.md
|
||||
- INTEGRATION.md
|
||||
- .gitignore
|
||||
- LICENSE
|
||||
- .gitattributes
|
||||
- LICENSE*
|
||||
- run.sh
|
||||
- run.ps1
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- .hooks/**
|
||||
- CARGO_README.md
|
||||
- README.md
|
||||
- CHANGELOG.md
|
||||
- INTEGRATION.md
|
||||
- .gitignore
|
||||
- LICENSE
|
||||
- .gitattributes
|
||||
- LICENSE*
|
||||
- run.sh
|
||||
- run.ps1
|
||||
schedule:
|
||||
- cron: '30 14 * * 1' # every Monday, 9:30 AM CDT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user