mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 19:26:12 -04:00
CI: Skip release bump-only workflow runs
This commit is contained in:
@@ -3,6 +3,9 @@ name: Code tests & eval
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths-ignore:
|
||||||
|
- VERSION
|
||||||
|
- version.properties
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
@@ -101,4 +104,4 @@ jobs:
|
|||||||
run: bats tools/release/bump.bats
|
run: bats tools/release/bump.bats
|
||||||
|
|
||||||
- name: Verify version.properties + VERSION are consistent
|
- name: Verify version.properties + VERSION are consistent
|
||||||
run: ./tools/release/bump.sh --mode=check
|
run: ./tools/release/bump.sh --mode=check
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- VERSION
|
||||||
|
- version.properties
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
@@ -3,6 +3,14 @@ name: Deploy GitHub Pages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- _config.yml
|
||||||
|
- _layouts/**
|
||||||
|
- README.md
|
||||||
|
- CHANGELOG.md
|
||||||
|
- PRIVACY_POLICY.md
|
||||||
|
- CNAME
|
||||||
|
- .github/workflows/pages.yml
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user