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 5e53bad commit d9d5891Copy full SHA for d9d5891
.github/workflows/ci.yml
@@ -8,12 +8,7 @@ on:
8
- support/SDK-V3
9
- feature/**
10
- bugfix/**
11
- pull_request:
12
- branches:
13
- - master
14
- - support/SDK-V3
15
- - feature/**
16
- - bugfix/**
+ - dependabot/**
17
18
jobs:
19
static-analysis:
.gitignore
@@ -25,4 +25,6 @@ docs/
25
build/
26
27
#unit test cache
28
-.phpunit.result.cache
+.phpunit.result.cache
29
+
30
+tools/*
.travis.yml
0 commit comments