mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 10:45:42 -04:00
CI: Add path ignores to Actions workflow
This commit is contained in:
parent
0433038b53
commit
30eae96358
8
.github/workflows/rolling-release.yml
vendored
8
.github/workflows/rolling-release.yml
vendored
@ -2,9 +2,17 @@ name: Create rolling release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'appveyor.yml'
|
||||||
|
- 'scripts/*'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'appveyor.yml'
|
||||||
|
- 'scripts/*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user