mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
CI: Reduce duplicate builds
This commit is contained in:
parent
a1f154cd5e
commit
44d14a436b
9
.github/workflows/flatpak-build.yml
vendored
9
.github/workflows/flatpak-build.yml
vendored
@ -1,5 +1,12 @@
|
||||
name: Flatpak Build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
flatpak_build:
|
||||
runs-on: ubuntu-latest
|
||||
|
8
.github/workflows/msys-build.yml
vendored
8
.github/workflows/msys-build.yml
vendored
@ -1,5 +1,11 @@
|
||||
name: MSYS2 Build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
msys2_build:
|
||||
|
9
.github/workflows/ubuntu-build.yml
vendored
9
.github/workflows/ubuntu-build.yml
vendored
@ -1,5 +1,12 @@
|
||||
name: Ubuntu Build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
ubuntu_build:
|
||||
runs-on: ubuntu-20.04
|
||||
|
8
.github/workflows/windows-build.yml
vendored
8
.github/workflows/windows-build.yml
vendored
@ -1,5 +1,11 @@
|
||||
name: Windows Build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
windows_build:
|
||||
|
Loading…
Reference in New Issue
Block a user