Unified gh actions for pull and push

This commit is contained in:
Linus Dierheimer
2022-09-14 19:23:19 +02:00
parent 6e6847a66b
commit 6f60423c60
2 changed files with 3 additions and 39 deletions
+3 -2
View File
@@ -1,8 +1,8 @@
name: manage pushes
on:
push:
branches: [ master ]
- push
- pull_request
jobs:
linux:
@@ -94,6 +94,7 @@ jobs:
path: ./fastfetch-*.*
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
name: Release
runs-on: ubuntu-latest
needs: