Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Jun 19, 2024
1 parent cab1954 commit 09b98ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests2
on:
# push:
# branches: [ "master" ]
pull_request:
push:
branches: [ "development" ]
workflow_dispatch:

Expand All @@ -17,6 +17,7 @@ jobs:
apt update
apt install -y libudev-dev libusb-1.0-0-dev curl jq
apt install -y python3-pip python3.11-venv
echo DEV
- name: install ipfs
run: |
Expand Down

0 comments on commit 09b98ab

Please sign in to comment.