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:
|
||||
push:
|
||||
branches: [update-shared-modules]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [update-shared-modules]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
flatpak_build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: debian-latest
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user