Prevent CI from running twice on PR to main

This commit is contained in:
bitfl0wer 2023-11-22 16:43:03 +01:00
parent e756999828
commit b8b1a10c8b
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 1 deletions

View File

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