Skip to content

Commit c312a0c

Browse files
committed
ci: Use of main
1 parent 6d931f8 commit c312a0c

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/php80.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build PHP 8.0
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
env:
99
OPERATING_SYS: "ubuntu-latest"
1010
PHP_VERSION: 8.0
@@ -37,4 +37,4 @@ jobs:
3737
- name: CodeCov
3838
uses: codecov/codecov-action@v4
3939
env:
40-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
40+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php81.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build PHP 8.1
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
env:
99
OPERATING_SYS: "ubuntu-latest"
1010
PHP_VERSION: 8.1
@@ -35,4 +35,4 @@ jobs:
3535
- name: CodeCov
3636
uses: codecov/codecov-action@v4
3737
env:
38-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php82.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build PHP 8.2
22

33
on:
44
push:
5-
branches: [ master, dev ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
env:
99
OPERATING_SYS: "ubuntu-latest"
1010
PHP_VERSION: 8.2
@@ -34,4 +34,4 @@ jobs:
3434
- name: CodeCov
3535
uses: codecov/codecov-action@v4
3636
env:
37-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
37+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php83.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build PHP 8.3
22

33
on:
44
push:
5-
branches: [ master, dev ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ master, dev ]
7+
branches: [ main, dev ]
88
env:
99
OPERATING_SYS: "ubuntu-latest"
1010
PHP_VERSION: 8.3
@@ -47,7 +47,7 @@ jobs:
4747
needs:
4848
- "test"
4949
runs-on: ubuntu-latest
50-
if: github.ref == 'refs/heads/master'
50+
if: github.ref == 'refs/heads/main'
5151
steps:
5252
- uses: actions/checkout@v4
5353
- uses: google-github-actions/release-please-action@v3

.github/workflows/php84.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build PHP 8.4
22

33
on:
44
push:
5-
branches: [ master, dev ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
env:
99
OPERATING_SYS: "ubuntu-latest"
1010
PHP_VERSION: 8.4

0 commit comments

Comments
 (0)