We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6e29 commit 931eef1Copy full SHA for 931eef1
.github/workflows/continuous-integration.yml
@@ -1,10 +1,23 @@
1
name: "Continuous Integration"
2
3
on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ paths:
8
+ - .github/workflows/continuous-integration.yml
9
+ - composer.*
10
+ - lib/**
11
+ - tests/**
12
+
13
push:
14
branches:
15
- master
- pull_request:
16
17
18
19
20
21
22
env:
23
fail-fast: true
0 commit comments