Enable on all push
This commit is contained in:
parent
d1e7a373b7
commit
55784ad61e
1 changed files with 1 additions and 7 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -3,13 +3,7 @@
|
|||
name: CI
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
push:
|
||||
branches: [ testing ]
|
||||
pull_request:
|
||||
branches: [ testing ]
|
||||
|
||||
on: [push, pull_request]
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue