Skip to content

Commit dc718d5

Browse files
Merge pull request #1315 from nhsuk/check-branches
2 parents da69941 + 55d4ba7 commit dc718d5

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Pull request
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
6+
push:
7+
branches:
8+
- main
9+
- 'feature/**'
10+
- 'support/**'
11+
12+
workflow_dispatch:
413

514
jobs:
615
build:

.github/workflows/sass.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Sass
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
6+
push:
7+
branches:
8+
- main
9+
- 'feature/**'
10+
- 'support/**'
11+
12+
workflow_dispatch:
413

514
jobs:
615
sass:

0 commit comments

Comments
 (0)