Skip to content

Commit

Permalink
Build binaries only when src/main changes (#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jan 15, 2020
1 parent 6b76912 commit 58709e7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: Deployment

on: [push]
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'src/test/**'
- 'README.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'src/test/**'
- 'README.md'

jobs:
build:
Expand Down

0 comments on commit 58709e7

Please sign in to comment.