Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eugbyte committed Aug 3, 2024
1 parent ed2db1c commit 3dece77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ concurrency:
group: store-on-wheels-dev
cancel-in-progress: true

on: [push, pull_request]
on:
push:
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 3dece77

Please sign in to comment.