Prevent duplicate builds on pull request

This commit is contained in:
Frederik Ring 2023-04-02 19:41:49 +02:00
parent 808cf8f82d
commit cddd1fdcea

View File

@ -1,7 +1,9 @@
name: Run Integration Tests name: Run Integration Tests
on: on:
- push - push:
branches:
- main
- pull_request - pull_request
jobs: jobs: