Skip to content

Commit

Permalink
make it test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 13, 2023
1 parent 34a022e commit 24074f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate neo-node Compilation with Local neo

on:
push:
branches: [master]
branches: [check]
workflow_dispatch:
inputs:
ref:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_devpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate neo-devpack-dotnet Compilation with Local neo

on:
push:
branches: [master]
branches: [check]
workflow_dispatch:
inputs:
ref:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate neo-modules Compilation with Local neo

on:
push:
branches: [master]
branches: [check]
workflow_dispatch:
inputs:
ref:
Expand Down

0 comments on commit 24074f6

Please sign in to comment.