Skip to content

Commit 6eba63e

Browse files
committed
add github actions
1 parent b6fb675 commit 6eba63e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "0.0.x"
9+
- "2.x.x"
1010

1111
jobs:
1212
coding-standards:

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "0.0.x"
9+
- "2.x.x"
1010

1111
jobs:
1212
mutation-tests:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "0.0.x"
9+
- "2.x.x"
1010

1111
jobs:
1212
phpunit:

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "0.0.x"
9+
- "2.x.x"
1010

1111
jobs:
1212
static-analysis-psalm:

0 commit comments

Comments
 (0)