Skip to content

Commit

Permalink
Testing stripped docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab Suliman committed May 20, 2024
1 parent 0873e58 commit a8e89ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
tags:
- '*'
branches: [master]
branches: [master,Testing_New_Docker]

jobs:

Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
needs: [test_matrix, test_python_autogen]
uses: ./.github/workflows/_test_hdl.yml
with:
matrix: ${{needs.test_matrix.outputs.matrix}}
matrix: ${{needs.test_matrix.outputs.matrix}}

0 comments on commit a8e89ad

Please sign in to comment.