mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-11 02:56:19 -04:00
CI: Run Flatpak jobs on release branches too
We'll soon be moving to branching before releases, which is a case that the current Flatpak worflow did not account for. Adapt it to also run on release/** branches.
This commit is contained in:
committed by
Jim
parent
5daf3b1ad1
commit
b0e82b9233
6
.github/workflows/flatpak.yml
vendored
6
.github/workflows/flatpak.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user