diff --git a/.github/workflows/nuget-vulnerabilities.yml b/.github/workflows/nuget-vulnerabilities.yml index 1cdcd78..b56e287 100644 --- a/.github/workflows/nuget-vulnerabilities.yml +++ b/.github/workflows/nuget-vulnerabilities.yml @@ -3,10 +3,16 @@ name: NuGet vulnerabilities on: schedule: - cron: "0 0 * * 1-5" + push: branches: [ master ] + paths-ignore: + - '**.md' + pull_request: branches: [ master ] + paths-ignore: + - '**.md' env: DOTNET_NOLOGO: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc65f6a..be4aa12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: branches: [ master ] tags: [ v*.*.* ] + paths-ignore: + - '**.md' env: DOTNET_NOLOGO: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1b2169..0293857 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,10 +3,16 @@ name: Run tests on: schedule: - cron: "0 0 * * 1-5" + push: branches: [ master ] + paths-ignore: + - '**.md' + pull_request: branches: [ master ] + paths-ignore: + - '**.md' env: DOTNET_NOLOGO: true