mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
ci: update when to run workflows
This commit is contained in:
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@@ -9,9 +9,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|||||||
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
@@ -9,9 +9,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@@ -9,9 +9,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
|
|||||||
Reference in New Issue
Block a user