Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit b381129

Browse files
Update workflow: Update branches
from miraheze/.github (miraheze/.github@cf3ba7e)
1 parent fd4fd2c commit b381129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mediawiki-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Call reusable MediaWiki tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
call-mediawiki-tests-workflow:
11-
uses: miraheze/.github/.github/workflows/mediawiki-tests.yml@master
11+
uses: miraheze/.github/.github/workflows/mediawiki-tests.yml@main
1212
strategy:
1313
matrix:
1414
include:
@@ -41,7 +41,7 @@ jobs:
4141
notify-irc:
4242
needs: call-mediawiki-tests-workflow
4343
runs-on: ubuntu-latest
44-
if: ${{ always() && github.repository_owner == 'miraheze' && ( github.ref == 'refs/heads/master' || github.event_name == 'pull_request' ) }}
44+
if: ${{ always() && github.repository_owner == 'miraheze' && ( github.ref == 'refs/heads/main' || github.event_name == 'pull_request' ) }}
4545
steps:
4646
- name: succeeded
4747
uses: technote-space/workflow-conclusion-action@v3

0 commit comments

Comments
 (0)