ci: remove branch filter to support stacked PRs (#786)

This commit is contained in:
Susana Ferreira 2026-03-05 10:39:14 +00:00 committed by GitHub
parent 7e75d5d762
commit f6a09d4c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: CI name: CI
on: on:
pull_request: pull_request:
branches: [main]
# Cancel in-progress runs for pull requests when developers push new changes # Cancel in-progress runs for pull requests when developers push new changes
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}