Reference correct branch name in CI

This commit is contained in:
dAxpeDDa 2023-06-02 11:08:05 +02:00 committed by daxpedda
parent 44248477be
commit 6be186b47c

View file

@ -3,7 +3,7 @@ name: CI
on:
pull_request:
push:
branches: [main]
branches: [master]
jobs:
Check_Formatting: