We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557f602 commit 5e9aa83Copy full SHA for 5e9aa83
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
# Build job
28
github-pages:
29
if: github.event.workflow_run.conclusion == 'success'
30
- runs-on: ${{github.ref_name != 'eQ19' && 'ubuntu-latest' || (
+ runs-on: ${{github.ref_name != 'main' && 'ubuntu-latest' || (
31
github.ref_protected && 'windows-latest' || 'self-hosted') }}
32
steps:
33
- name: 💎Checkout
0 commit comments