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: on:
push: push:
branches: [develop, master] branches: [develop, master, testing_CodeQL_passed_if_change_in_ignored_paths]
paths-ignore: paths-ignore:
- 'e2e/resources/**' - 'e2e/resources/**'
- 'docs/**' - 'docs/**'
pull_request: pull_request:
# The branches below must be a subset of the branches above # 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: paths-ignore:
- 'e2e/resources/**' - 'e2e/resources/**'
- 'docs/**' - 'docs/**'