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

Commit b2e4bd5

Browse files
committed
master not master whatever
1 parent c92ece8 commit b2e4bd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Compile KOG Bot
22

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

99
jobs:
1010

@@ -28,7 +28,7 @@ jobs:
2828

2929
testrun:
3030
runs-on: ubuntu-22.04
31-
if: github.ref == 'refs/heads/master' || (github.event_name == 'pull_request' && github.base_ref == 'master')
31+
if: github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.base_ref == 'main')
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Install pnpm

0 commit comments

Comments
 (0)