mirror of
https://github.com/nix-community/plasma-manager.git
synced 2024-11-26 00:09:32 +03:00
Update workflow names and triggers (#357)
This commit is contained in:
parent
1b9c8200d6
commit
022564331c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -1,10 +1,16 @@
|
||||
name: "Check"
|
||||
name: "Nix Checks"
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/*.nix'
|
||||
- 'flake.lock'
|
||||
- 'script/**'
|
||||
|
||||
# cancel previous runs when pushing new changes
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: ubuntu-latest
|
||||
|
8
.github/workflows/github_pages.yml
vendored
8
.github/workflows/github_pages.yml
vendored
@ -1,8 +1,14 @@
|
||||
name: GitHub Pages
|
||||
name: GitHub Pages Docs Generation
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- trunk
|
||||
paths:
|
||||
- 'flake.nix'
|
||||
- 'flake.lock'
|
||||
- 'modules/**'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user