Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clbenoit committed Feb 7, 2024
1 parent 8e05eef commit 74533b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- develop
- devel

jobs:
Deployment:
Expand All @@ -20,7 +20,7 @@ jobs:
bun-version: latest

- name: 📥 Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

Expand Down

0 comments on commit 74533b1

Please sign in to comment.