Skip to content

Commit

Permalink
Merge pull request podkrepi-bg#14 from daritelska-platforma/update-wo…
Browse files Browse the repository at this point in the history
…rkflows

Update workflows
  • Loading branch information
kachar authored Jan 16, 2021
2 parents ab0a0ed + ca3496e commit dac4a68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
pull_request:
branches: [master]
paths:
- 'src/**'
- 'public/**'

jobs:
build-codebase:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
pull_request:
branches: [master]
paths:
- 'src/**'
- 'public/**'

jobs:
build-image:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
pull_request:
branches: [master]
paths:
- 'src/**'
- 'public/**'

jobs:
run-lint:
Expand Down

0 comments on commit dac4a68

Please sign in to comment.