Skip to content

Commit 6e82196

Browse files
authored
Merge pull request #20 from zobo/fix-refs
fix: fixing git refs
2 parents 414fd65 + 2e4927c commit 6e82196

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
test:
10-
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
10+
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master'
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
@@ -33,7 +33,7 @@ jobs:
3333
extensions: ${{ matrix.xdebug }}, ast
3434
tools: composer
3535
- name: Composer Install
36-
run: COMPOSER_ROOT_VERSION=dev-main composer install --prefer-dist --no-interaction
36+
run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-interaction
3737
- name: phpcs
3838
run: ./vendor/bin/phpcs -n
3939
- name: phpstan

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-main": "1.x-dev",
33-
"dev-feature/spec-3.16-zobo": "1.x-dev"
32+
"dev-master": "1.x-dev"
3433
}
3534
},
3635
"minimum-stability": "dev",

0 commit comments

Comments
 (0)