Skip to content

Commit

Permalink
Merge pull request #33 from FRACerqueira/V4
Browse files Browse the repository at this point in the history
V4.0.1
  • Loading branch information
FRACerqueira committed Jul 21, 2023
2 parents 2b8cbb3 + f69e8e5 commit 6e397d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/build.yml
@@ -1,18 +1,7 @@
name: Build

on:
push:
paths-ignore:
- '**.png'
- '**.gif'
- '**.md'
- 'README.txt'
pull_request:
paths-ignore:
- '**.png'
- '**.gif'
- '**.md'
- 'README.txt'
on: [push, pull_request]

env:
DOTNET_VERSION: 7.0.x

Expand Down
15 changes: 2 additions & 13 deletions .github/workflows/codeql-analysis.yml
@@ -1,18 +1,7 @@
name: "CodeQL"

on:
push:
paths-ignore:
- '**.png'
- '**.gif'
- '**.md'
- 'README.txt'
pull_request:
paths-ignore:
- '**.png'
- '**.gif'
- '**.md'
- 'README.txt'
on: [push, pull_request]

env:
DOTNET_VERSION: 7.0.x

Expand Down

0 comments on commit 6e397d6

Please sign in to comment.