mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Node tests should not only run for pull requests
This commit is contained in:
6
.github/workflows/node-tests.yml
vendored
6
.github/workflows/node-tests.yml
vendored
@@ -1,7 +1,11 @@
|
|||||||
name: 'node.js'
|
name: 'node.js'
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- staging
|
||||||
|
- trying
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prebuild:
|
prebuild:
|
||||||
|
|||||||
Reference in New Issue
Block a user