ci: run on master pushes and cancel superseded runs

This commit is contained in:
Ogulcan Celik 2026-04-10 14:54:04 +03:00
parent 5f17a5f839
commit a763406db2
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [master]
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check: