mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-07 16:08:41 -06:00
Improve paths-ignore, disable paths-ignore for build 'push' trigger
This commit is contained in:
16
.github/workflows/build.yaml
vendored
16
.github/workflows/build.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
fail_fast:
|
fail_fast:
|
||||||
description: 'Fail fast strategy'
|
description: 'Use fail-fast strategy'
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
verbose:
|
verbose:
|
||||||
@@ -17,17 +17,19 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
paths-ignore:
|
# We don't filter by paths here, because we filter by tags, which means we're releasing. All releases should be built.
|
||||||
- README.md
|
|
||||||
- .gitignore
|
|
||||||
- LICENSE
|
|
||||||
- run.sh
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- .hooks/**
|
||||||
|
- CARGO_README.md
|
||||||
- README.md
|
- README.md
|
||||||
|
- CHANGELOG.md
|
||||||
|
- INTEGRATION.md
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- LICENSE
|
- .gitattributes
|
||||||
|
- LICENSE*
|
||||||
- run.sh
|
- run.sh
|
||||||
|
- run.ps1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
16
.github/workflows/test.yaml
vendored
16
.github/workflows/test.yaml
vendored
@@ -4,16 +4,28 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- .hooks/**
|
||||||
|
- CARGO_README.md
|
||||||
- README.md
|
- README.md
|
||||||
|
- CHANGELOG.md
|
||||||
|
- INTEGRATION.md
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- LICENSE
|
- .gitattributes
|
||||||
|
- LICENSE*
|
||||||
- run.sh
|
- run.sh
|
||||||
|
- run.ps1
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- .hooks/**
|
||||||
|
- CARGO_README.md
|
||||||
- README.md
|
- README.md
|
||||||
|
- CHANGELOG.md
|
||||||
|
- INTEGRATION.md
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- LICENSE
|
- .gitattributes
|
||||||
|
- LICENSE*
|
||||||
- run.sh
|
- run.sh
|
||||||
|
- run.ps1
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 14 * * 1' # every Monday, 9:30 AM CDT
|
- cron: '30 14 * * 1' # every Monday, 9:30 AM CDT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user