Skip to content

Commit

Permalink
Tweak workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jul 31, 2024
1 parent c4ed9ba commit 6e7fc4f
Show file tree
Hide file tree
Showing 33 changed files with 198 additions and 33 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/amd64_linux_clang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_linux_clang

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_linux_tcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_linux_tcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_macos_clang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_macos_clang

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_macos_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_macos_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_windows_clang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_windows_clang

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_windows_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_windows_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_windows_gcc_cross.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_windows_gcc_cross

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_windows_mingw.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_windows_mingw

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_windows_tcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_windows_tcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/amd64_windows_vs2019.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: amd64_windows_vs2019

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/arm64_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: arm64_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/armhf_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: armhf_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i586_dos_gcc_cross.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i586_dos_gcc_cross

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_linux_clang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_linux_clang

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_linux_tcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_linux_tcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_windows_clang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_windows_clang

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_windows_dm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_windows_dm

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_windows_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_windows_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_windows_gcc_cross.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_windows_gcc_cross

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_windows_tcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_windows_tcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/i686_windows_vs2019.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: i686_windows_vs2019

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mips64_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: mips64_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mips64el_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: mips64el_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mips_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: mips_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mipsel_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: mipsel_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/powerpc_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: powerpc_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ppc64_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: ppc64_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ppc64le_linux_gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: ppc64le_linux_gcc

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down
Loading

0 comments on commit 6e7fc4f

Please sign in to comment.