mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-03 06:38:51 +00:00
refactored for atmosphere repo
This commit is contained in:
parent
9979c2f565
commit
c688099444
2 changed files with 2 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -3,11 +3,9 @@ name: Build Atmosphere
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- evaron-master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
# tags:
|
|
||||||
# - '[0-9]+.[0-9]+.[0-9]+'
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -3,7 +3,7 @@ name: Build image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- evaron-master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue