mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
GH check action: try restricting to the master branch
This commit is contained in:
parent
113a8313db
commit
37809469d0
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: check
|
name: check
|
||||||
on: [push,pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user