diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ce884c5..1a78c93 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,9 +22,10 @@ name: C/C++ CI (Linux) on: push: - branches: [ "master" ] + branches: [ "*" ] pull_request: - branches: [ "master" ] + branches: [ "*" ] + workflow_dispatch: jobs: build: