Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 19, 2023
1 parent 340beeb commit 554e59f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: build
on: [push, pull_request, workflow_dispatch]
on:
workflow_dispatch:
pull_request:
push:
branches: [ master ]
env:
PACKAGE_DIR: adbpyg_adapter
TESTS_DIR: tests
Expand Down

0 comments on commit 554e59f

Please sign in to comment.