2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-11 09:35:12 +00:00

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
commit 47b2d34dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- github/workflows/docker.yml
- .github/workflows/docker.yml
- build/**
- installation/**
- tests/**
@ -18,7 +18,7 @@ on:
branches:
- main
paths:
- github/workflows/docker.yml
- .github/workflows/docker.yml
- build/**
- installation/**
- tests/**
@ -46,7 +46,7 @@ jobs:
outputs:
matrix: ${{ steps.get-matrix.outputs.matrix }}
build-target: ${{ steps.get-build-target.outputs.build-target }}
steps:
- uses: actions/checkout@v2