Skip to content

Commit

Permalink
add trigger for workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Lennerdahl committed Nov 1, 2023
1 parent 32459d7 commit d3fbe58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ permissions:
pages: read
id-token: write

on: [pull_request]
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3fbe58

Please sign in to comment.