mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 01:58:26 +00:00
Always run Nix & AppImage builds on PRs
This commit is contained in:
parent
6f8f8fe648
commit
e1222c5baf
3
.github/workflows/nix.yaml
vendored
3
.github/workflows/nix.yaml
vendored
@ -9,9 +9,6 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- web/**
|
||||
- doc/**
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
3
.github/workflows/publish-appimage.yml
vendored
3
.github/workflows/publish-appimage.yml
vendored
@ -11,9 +11,6 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- web/**
|
||||
- doc/**
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user