Compare commits

...

3 Commits

Author SHA1 Message Date
Marat Kharitonov 76551edbcf fix: trigger workflow on master branch, not main
Continuous Integration / checks (push) Successful in 19m27s
2026-07-06 23:35:31 +03:00
Marat Kharitonov 7dd1a75cf2 chore: CI trigger marker 2026-07-06 23:31:28 +03:00
marker ae705df27b Обновить .github/workflows/continuous-integration.yml 2026-07-06 20:25:50 +00:00
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
# CI trigger marker — remove after push if needed
+1 -2
View File
@@ -1,9 +1,8 @@
name: "Continuous Integration"
on:
push:
branches:
- main
- master
pull_request:
jobs: