Skip to content

Commit 0a10a7b

Browse files
committed
ci: prevent duplicated jobs
1 parent e6a5515 commit 0a10a7b

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/css-processor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: css-processor
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- master
10+
pull_request:
711

812
jobs:
913
test:

.github/workflows/performances.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
name: performances
77

8-
on: [push, pull_request]
8+
on:
9+
push:
10+
branches:
11+
- master
12+
pull_request:
913

1014
jobs:
1115
test:

.github/workflows/transient-render-engine.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
name: transient-render-engine
77

8-
on: [push, pull_request]
8+
on:
9+
push:
10+
branches:
11+
- master
12+
pull_request:
913

1014
jobs:
1115
test:

0 commit comments

Comments
 (0)