Skip to content

Commit

Permalink
Update Workflow to run on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanchajanya committed Apr 18, 2023
1 parent 0a4ed1f commit 0896252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/compatibility_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
branches: [main, release-*]
paths:
- "**.go"
- "*"

push:
branches: [main, release-*]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
Version0116 RuntimeVersion = "v0.11.6"
Version0254 = "v0.25.4"
Version0280 = "v0.28.0"
VersionLatest RuntimeVersion = "latest"
VersionLatest = "latest"

)

Expand Down

0 comments on commit 0896252

Please sign in to comment.