fix: Update CI workflow to reflect branch name change

This commit is contained in:
2026-04-12 18:05:35 +03:00
parent 3156a432f0
commit eeb49fca81

View File

@@ -102,7 +102,6 @@ jobs:
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
(github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true)
needs: update
steps:
- name: Set branch ref for parse
id: setref
@@ -210,7 +209,7 @@ jobs:
notify_diffs:
runs-on: ubuntu-latest
if: |
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
(github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true)
needs: parse
steps: