mirror of https://github.com/amol-/dukpy.git
Update run-tests.yml
This commit is contained in:
parent
94fe3b438c
commit
e333fc3bba
|
@ -1,5 +1,10 @@
|
|||
name: run-tests
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: Run tests
|
||||
|
|
Loading…
Reference in New Issue