Skip to content

Commit

Permalink
Add workflow_dispatch to build workflow for manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Mar 1, 2024
1 parent ebcf48c commit 909461b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches: [ "master" ]
types: [opened, reopened, edited]
workflow_dispatch:

jobs:
verify:
Expand All @@ -22,4 +23,4 @@ jobs:
- name: Install Dependencies
run: sudo apt-get install -y pandoc
- name: Compile and Test Maven Project
run: mvn clean verify
run: mvn clean verify

0 comments on commit 909461b

Please sign in to comment.