fix: trigger workflow on master branch, not main
Continuous Integration / checks (push) Successful in 19m27s

This commit is contained in:
Marat Kharitonov
2026-07-06 23:35:31 +03:00
parent 7dd1a75cf2
commit 76551edbcf
+1 -1
View File
@@ -2,7 +2,7 @@ name: "Continuous Integration"
on:
push:
branches:
- main
- master
pull_request:
jobs: