Skip to content

Commit

Permalink
ci: allow manually triggering tests with a button
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 17, 2021
1 parent 7f29dff commit 1981fe3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# This is a GitHub workflow defining a set of jobs with a set of steps.
# ref: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions
#
name: Test

on: [push, pull_request]
on:
pull_request:
push:
workflow_dispatch:

jobs:
pre-commit:
Expand Down

0 comments on commit 1981fe3

Please sign in to comment.