mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Change branch triggers from update-shared-modules to master
This commit is contained in:
committed by
GitHub
parent
fcaedd41ce
commit
19a19b4237
6
.github/workflows/flatpak-build.yml
vendored
6
.github/workflows/flatpak-build.yml
vendored
@@ -2,13 +2,13 @@ name: Flatpak Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [update-shared-modules]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [update-shared-modules]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flatpak_build:
|
flatpak_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: debian-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user