Skip to content

Commit 0a97b84

Browse files
committed
Fix branch name
1 parent 0ed8f70 commit 0a97b84

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request: null
33
push:
44
branches:
5-
- master
5+
- 1.x
66

77
name: coding-standards
88

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request: null
33
push:
44
branches:
5-
- master
5+
- 1.x
66

77
name: phpunit
88

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request: null
33
push:
44
branches:
5-
- master
5+
- 1.x
66

77
name: static analysis
88

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request: null
33
push:
44
branches:
5-
- master
5+
- 1.x
66

77
name: build
88

0 commit comments

Comments
 (0)