Prevent CI from running twice on PR to main

This commit is contained in:
bitfl0wer 2023-11-22 16:43:03 +01:00
parent c5e6c0b800
commit f973c55952
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Build and Test
on: on:
push: push:
branches: [ "main", "dev" ] branches: [ "main" ]
pull_request: pull_request:
branches: [ "main", "dev" ] branches: [ "main", "dev" ]