;ci: push: re-enable the quick push workflow

This commit is contained in:
Simon Michael 2020-06-21 08:38:01 -07:00
parent 08d7fe97f5
commit 28f25f5b2d

View File

@ -1,17 +1,12 @@
# Light CI tests: build and run functional tests with one GHC version,
# using less compute power and emitting less carbon.
#
# Runs: on notable (eg, not just doc files) push to master.
# Currently disabled in favour of linux.yml.
# Quick tests for notable pushes to master,
# minimising compute power and carbon emissions.
# Builds incrementally and runs functional tests with one GHC version.
name: push CI
on:
push:
# branches: [ master ]
# disable this workflow:
branches-ignore:
- '**'
branches: [ master ]
paths:
- '.github/workflows/push.yml'
- 'stack*.yaml'