mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-19 19:14:52 +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:
|
||||
push:
|
||||
branches:
|
||||
- evaron-master
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'Dockerfile'
|
||||
# tags:
|
||||
# - '[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -3,7 +3,7 @@ name: Build image
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- evaron-master
|
||||
- master
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue