We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0669a + a2c1f71 commit 57cc908Copy full SHA for 57cc908
.github/workflows/linux.yml
@@ -38,3 +38,16 @@ jobs:
38
name: Flatpak
39
needs: tests
40
uses: ./.github/workflows/flatpak.yml
41
+
42
+ pre-release:
43
+ name: Pre-release
44
+ if: github.ref_name == 'master'
45
+ runs-on: ubuntu-latest
46
+ needs: [appimage, flatpak]
47
+ env:
48
+ GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB_DEV_BUILDS }}
49
50
+ steps:
51
+ - name: Trigger dev-builds release workflow
52
+ run: |
53
+ gh workflow run --repo mpc-qt/dev-builds "Release maker"
0 commit comments