Enable on all push

This commit is contained in:
Nicolas Chan 2021-03-03 18:18:26 -08:00
parent d1e7a373b7
commit 55784ad61e

View file

@ -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: