ci: configure CI to run on all PRs targeting master branch

This commit is contained in:
ProtoTess
2025-12-01 03:11:14 +00:00
parent df7d476e14
commit 2350a350fe
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push: push:
branches: [ master, main, develop ] branches: [ master, main, develop ]
pull_request: pull_request:
branches: [ master, main, develop ] branches: [ master ]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}