Skip to content

Commit e33dd4b

Browse files
[REGRESSION] Debug part 6 of many for #177 🙈
1 parent e47d528 commit e33dd4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/CI-DOCS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ permissions: {}
1212

1313
on: # yamllint disable-line rule:truthy
1414
push:
15+
branches: ["main", "master", "stable"]
1516
tags: ["v*"]
1617
pull_request:
1718
types: [opened, reopened, ready_for_review]
18-
branches: ["feature-*", "patch-*"]
19+
branches: ["feature-*", "patch-*", "HOTFIX-*"]
1920
pull_request_target:
2021
types: [opened, edited, reopened, ready_for_review]
21-
branches: ["main", "master", "stable", "HOTFIX-*"]
22-
tags: ["v*"]
22+
branches: ["main", "master", "stable"]
2323

2424
jobs:
2525
DOCS:

.github/workflows/CI-MATs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ name: CI-MATs
1010
# - CODECLIMATE_TOKEN: For integration with Code Climate
1111
# - CC_TEST_REPORTER_ID: For Code Climate test reporting
1212

13-
permissions: {}
14-
1513
on: # yamllint disable-line rule:truthy
1614
workflow_run:
1715
workflows: ["CI-BUILD"]
18-
types:
19-
- completed
16+
types: [completed]
17+
18+
# Declare default permissions as none.
19+
permissions: {}
2020

2121
jobs:
2222
check_build:

0 commit comments

Comments
 (0)