Skip to content

Commit

Permalink
Merge pull request #223 from Avallone-io/fix/allow-build-test-manual
Browse files Browse the repository at this point in the history
chore: allow build and test workflow to be manually triggered
  • Loading branch information
stelescuraul committed May 13, 2024
2 parents 9a8204a + a4c74d5 commit 38d4f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build And Test
on:
pull_request:
branches: [master, 1.x]
workflow_dispatch:

jobs:
build-and-test:
Expand Down

0 comments on commit 38d4f90

Please sign in to comment.