1 parent 5fa5a15 commit d7e0d43Copy full SHA for d7e0d43
1 file changed
.github/workflows/throwdown-releases.yaml
@@ -1,10 +1,6 @@
1
-name: throwdown-releases
+name: throwdown-release
2
3
on:
4
- push:
5
- branches: [main]
6
- pull_request:
7
8
workflow_dispatch:
9
10
jobs:
@@ -33,12 +29,10 @@ jobs:
33
29
arch: ${{ matrix.arch }}
34
30
35
31
release:
36
- name: Create Release
32
+ name: Create new release
37
needs: [flatpak]
38
runs-on: ubuntu-latest
39
40
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
41
-
42
permissions:
43
contents: write
44
@@ -54,7 +48,7 @@ jobs:
54
48
find artifacts -type f -name "*.flatpak" -exec cp {} release-files/ \;
55
49
ls -lh release-files/
56
50
57
- - name: Create Release
51
+ - name: Create new release
58
52
uses: softprops/action-gh-release@v2
59
53
with:
60
tag_name: "build-${{ github.run_number }}"
0 commit comments