Fix workflow branches

This commit is contained in:
Nerivec
2024-10-28 22:09:27 +01:00
parent 6b3edc4192
commit 7390a44fd4
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
pull_request:
types: [opened, synchronize]
branches: [main]
branches: [master]
paths: ['src/**', 'tests/**']
workflow_dispatch: