mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Only run CI once for black and elm
This commit is contained in:
parent
23a1f0a88a
commit
57eb347111
2 changed files with 14 additions and 2 deletions
8
.github/workflows/black.yml
vendored
8
.github/workflows/black.yml
vendored
|
@ -1,6 +1,12 @@
|
|||
name: Black
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
8
.github/workflows/elm.yml
vendored
8
.github/workflows/elm.yml
vendored
|
@ -1,6 +1,12 @@
|
|||
name: Check Elm
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue