Merge pull request #530 from vrslev/fix-typo-in-gha-workflow

ci(Build): Fix paths for PRs and branches
This commit is contained in:
Revant Nandgaonkar
2021-10-29 16:49:23 +05:30
committed by GitHub

View File

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