Skip to content

Commit

Permalink
fix workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent 01b4061 commit 59185d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Starknet test

on:
workflow_call:
workflow_dispatch:
pull_request:
branches:
- main
- dependency-bump
workflow_call:
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -12,6 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout first repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 59185d3

Please sign in to comment.