Skip to content

Commit

Permalink
add filter for build action
Browse files Browse the repository at this point in the history
- run build action only on master and development branch
- ignore v* tags from tbnobody
  • Loading branch information
helgeerbe committed Aug 30, 2023
1 parent 929b477 commit 2ba7ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
paths-ignore:
- docs/**
- '**/*.md'
branches:
- master
- development
tags-ignore:
- v*
pull_request:
paths-ignore:
- docs/**
Expand Down

0 comments on commit 2ba7ea2

Please sign in to comment.