Fix main build badge to be on push and not pr

This commit is contained in:
Jeremy Felder
2023-12-31 12:34:17 +02:00
parent a87f2251da
commit b92bc707d1
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}