Skip to content

Commit

Permalink
add: ingore for doc updates and restrict push, only master
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Sep 17, 2021
1 parent d68d7f9 commit fe4bdac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build
on: push
on:
push:
branches:
- master
paths-ignore:
- '**/README.md'
- 'doc/**'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit fe4bdac

Please sign in to comment.