Skip to content

Commit 72d478e

Browse files
authored
Exclude certain workflows from push and merge_group (#295)
1 parent 3495bab commit 72d478e

5 files changed

Lines changed: 3 additions & 33 deletions

File tree

.github/workflows/generate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Generate
22

33
on:
4-
merge_group:
5-
types:
6-
- checks_requested
7-
84
pull_request:
95
branches:
106
- main
117

12-
push:
13-
branches:
14-
- main
15-
168
workflow_dispatch:
179

1810
permissions:

.github/workflows/ikea-frekvens-led-spotlight.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: IKEA Frekvens LED spotlight
22

33
on:
4-
merge_group:
5-
types:
6-
- checks_requested
7-
84
pull_request:
95
branches:
106
- main
117

12-
push:
13-
branches:
14-
- main
15-
168
workflow_dispatch:
179

1810
permissions:

.github/workflows/miscellaneous.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Miscellaneous
22

33
on:
4-
merge_group:
5-
types:
6-
- checks_requested
7-
84
pull_request:
95
branches:
106
- main
117

12-
push:
13-
branches:
14-
- main
15-
168
workflow_dispatch:
179

1810
permissions:

.github/workflows/stream.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Stream
22

33
on:
4-
merge_group:
5-
types:
6-
- checks_requested
7-
84
pull_request:
95
branches:
106
- main
117

12-
push:
13-
branches:
14-
- main
15-
168
workflow_dispatch:
179

1810
permissions:

.github/workflows/wiki.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Wiki
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
68
paths:
79
- docs/wiki/**
810

0 commit comments

Comments
 (0)