refactored for atmosphere repo

This commit is contained in:
Peter Galonza 2024-05-15 16:01:26 +03:00
commit c688099444
2 changed files with 2 additions and 4 deletions

View file

@ -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:

View file

@ -3,7 +3,7 @@ name: Build image
on: on:
push: push:
branches: branches:
- evaron-master - master
paths: paths:
- 'Dockerfile' - 'Dockerfile'