Skip to content

Commit

Permalink
Add workflow dispatch trigger to allow manual runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Feb 26, 2024
1 parent 031b2c8 commit 891febb
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 891febb

Please sign in to comment.