Skip to content

Commit 5e9aa83

Browse files
authored
Update main.yml
1 parent 557f602 commit 5e9aa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Build job
2828
github-pages:
2929
if: github.event.workflow_run.conclusion == 'success'
30-
runs-on: ${{github.ref_name != 'eQ19' && 'ubuntu-latest' || (
30+
runs-on: ${{github.ref_name != 'main' && 'ubuntu-latest' || (
3131
github.ref_protected && 'windows-latest' || 'self-hosted') }}
3232
steps:
3333
- name: 💎Checkout

0 commit comments

Comments
 (0)