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

View File

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