Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Nov 26, 2024
1 parent f92cc25 commit 0cd3e3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:
branches:
- "main"
- "nuget-package"
paths-ignore:
- 'tree-sitter/**'
- 'scripts/**'
pull_request:
branches:
- "main"
paths-ignore:
- 'tree-sitter/**'
- 'scripts/**'
paths-ignore:
- 'tree-sitter/**'
- 'scripts/**'

env:
DOTNET_VERSION: "8.0.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- nuget-package
paths-ignore:
- 'tests/**'

env:
GHC_SOURCE: ${{ vars.GHC_SOURCE }}
# FEED_SOURCE: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 0cd3e3e

Please sign in to comment.