Skip to content

Commit 931eef1

Browse files
connorhuthePanz
authored andcommitted
fixed CI tasks on relevant folders
1 parent f7a6e29 commit 931eef1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/continuous-integration.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
name: "Continuous Integration"
22

33
on:
4+
pull_request:
5+
branches:
6+
- master
7+
paths:
8+
- .github/workflows/continuous-integration.yml
9+
- composer.*
10+
- lib/**
11+
- tests/**
12+
413
push:
514
branches:
615
- master
7-
pull_request:
16+
paths:
17+
- .github/workflows/continuous-integration.yml
18+
- composer.*
19+
- lib/**
20+
- tests/**
821

922
env:
1023
fail-fast: true

0 commit comments

Comments
 (0)