Update build.yml

This commit is contained in:
Daniel Bauer
2023-06-07 13:28:10 +02:00
committed by GitHub
parent c5ef792487
commit 6691fc6650

View File

@@ -1,4 +1,11 @@
on: [push, pull_request, workflow_dispatch] on:
push:
branches: [ "main" ]
pull_request_target:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build: