Only run CI for branch tips

This commit is contained in:
sharpenedblade
2023-09-28 17:24:50 -07:00
parent fb7957bd37
commit 3e43dcccd1
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@ name: Build
on:
push:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
+4
View File
@@ -1,5 +1,9 @@
name: Deploy DNF repo
concurrency:
group: deploy
cancel-in-progress: true
on:
release:
types: [released]