mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
update CI to also run on push
This commit is contained in:
parent
82635e7161
commit
e8b0174a8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
name: 'CI'
|
name: 'CI'
|
||||||
on: [pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: 'Builds and Compiles'
|
name: 'Builds and Compiles'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue