Allow testing feature branches

This commit is contained in:
Hugo van Kemenade 2023-01-25 16:32:23 +02:00 committed by Charlie Marsh
parent 6d87adbcc0
commit 6e255ad53c
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}