modified branches for testing purposes

This commit is contained in:
Dawid Tworkowski
2025-01-16 14:54:54 +01:00
parent 291a9df492
commit 4c3bd809bd
+2 -2
View File
@@ -2,13 +2,13 @@ name: "CodeQL"
on:
push:
branches: [develop, master]
branches: [develop, master, testing_CodeQL_passed_if_change_in_ignored_paths]
paths-ignore:
- 'e2e/resources/**'
- 'docs/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
branches: [develop, testing_CodeQL_passed_if_change_in_ignored_paths]
paths-ignore:
- 'e2e/resources/**'
- 'docs/**'