Skip to content

Commit

Permalink
Change build criteria for push - ignore .md -files
Browse files Browse the repository at this point in the history
Build not only on master pushes, but all pushes but do ignore
documentation only changes.
  • Loading branch information
JanneKiiskila committed Jun 6, 2024
1 parent d62c77a commit 19db62c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devmode-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: production build

on:
push:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "master" ]
workflow_dispatch:
Expand Down

0 comments on commit 19db62c

Please sign in to comment.