Skip to content

Commit

Permalink
Allow triggering GitHub actions workflow manually (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored Sep 30, 2023
1 parent 05d6c67 commit 2086083
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Tests

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 2086083

Please sign in to comment.