diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 587ce06ee..e5507bd48 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -5,13 +5,13 @@ name: Flatpak on: push: paths-ignore: ['**.md'] - branches: [master] + branches: [master, 'release/**'] pull_request: paths-ignore: ['**.md'] - branches: [master] + branches: [master, 'release/**'] release: types: [published] - branches: [master] + branches: [master, 'release/**'] env: TWITCH_CLIENTID: ${{ secrets.TWITCH_CLIENT_ID }}