Skip to content

Commit

Permalink
Github CI: Add support to manually run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Jul 1, 2023
1 parent a26db82 commit 5a556a9
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 @@ -4,9 +4,11 @@

name: tests
on:
workflow_dispatch:
push:
branches: [ "main", "release/**" ]
pull_request:
branches: [ main ]
branches: [ "main" ]

jobs:
test:
Expand Down

0 comments on commit 5a556a9

Please sign in to comment.