Skip to content

Commit

Permalink
GitHub Actions: allow manual workflow dispatch.
Browse files Browse the repository at this point in the history
I want to do some changes, and wonder if CI currently works, but I cannot try it.
  • Loading branch information
mauritsvanrees committed Jun 21, 2024
1 parent 6a66a0d commit c36d964
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Tests
on: [push]
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c36d964

Please sign in to comment.