ci: do not trigger rust ci if website updated

This commit is contained in:
MedzikUser 2022-05-10 15:43:29 +02:00
parent 7a203a4b75
commit 4c56a96bb9
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 12 additions and 9 deletions

View File

@ -2,13 +2,14 @@ name: Build release binaries (and publish them if this is a tag)
on:
push:
paths-ignore:
- '*.md'
- website/**
paths:
- '**'
- '!website/**'
pull_request:
paths-ignore:
- website/**
paths:
- '**'
- '!website/**'
workflow_dispatch:

View File

@ -4,12 +4,14 @@ on:
push:
branches:
- main
paths-ignore:
- website/**
paths:
- '**'
- '!website/**'
pull_request:
paths-ignore:
- website/**
paths:
- '**'
- '!website/**'
workflow_dispatch: