Allow manual workflows and auto workflows on all branches

This lets workflows work on all branches without changing anything, and allows workflows to be activated manually.
This commit is contained in:
TheTank20 2023-08-14 15:07:24 -04:00 committed by GitHub
parent 8e15a4f5b8
commit 444f8c45c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,10 @@ name: C/C++ CI (Windows)
on:
push:
branches: [ "master" ]
branches: [ "*" ]
pull_request:
branches: [ "master" ]
branches: [ "*" ]
workflow_dispatch:
jobs:
build-32bit: