Skip to content

Commit

Permalink
CI: Use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Dec 16, 2024
1 parent b6932f4 commit 97b22b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@main
- name: Setup
run: |
npm i -D --no-fund
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# needs: lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@main
# with:
# repository: xenia-canary/xenia-canary.github.io
# - name: Workflow dispatch
Expand Down

0 comments on commit 97b22b3

Please sign in to comment.