Skip to content

Commit

Permalink
fix: correct syntax error in ci definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber0 committed Feb 23, 2024
1 parent 4de4ae0 commit 269d6d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aspect-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
branches: [ ci_test ]
repository_dispatch:
types: [ trigger-action ]
branches: [ main ]
branches:
- main
- ci_test

jobs:
test-job:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jsonrpc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
branches: [ ci_test ]
repository_dispatch:
types: [ trigger-action ]
branches:
- main
- ci_test

jobs:
test-job:
Expand Down

0 comments on commit 269d6d6

Please sign in to comment.