Skip to content

Commit

Permalink
Merge pull request #1 from managedkaos/issue/sp1thas#18-build-pipeline
Browse files Browse the repository at this point in the history
Add workflow_dispatch trigger.
  • Loading branch information
managedkaos authored Oct 20, 2022
2 parents fc52716 + dca3fdd commit f144915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
poetry check
- name: Build package
run: |
poetry build
poetry build

0 comments on commit f144915

Please sign in to comment.