This commit is contained in:
Lev 2021-10-30 14:13:25 +03:00
parent ad0bd6751c
commit d7ade1aea4
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- .github/workflows/docker.yml - .github/**
- build/** - build/**
- installation/** - installation/**
- tests/** - tests/**

View file

@ -1,11 +1,11 @@
name: Build name: Build Stable
on: on:
push: push:
branches: branches:
- main - main
paths: paths:
- .github/workflows/docker.yml - .github/**
- build/** - build/**
- installation/** - installation/**
- tests/** - tests/**