mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-09 18:52:05 -08:00
Improve GitHub Actions workflow (#27)
This commit is contained in:
parent
81c16d18bc
commit
a0bbc1bf83
2 changed files with 8 additions and 0 deletions
4
.github/workflows/catalog.yml
vendored
4
.github/workflows/catalog.yml
vendored
|
|
@ -4,9 +4,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'catalog/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'catalog/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -6,9 +6,13 @@ on:
|
|||
- master
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
paths-ignore:
|
||||
- 'catalog/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'catalog/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue