Skip to content

Commit

Permalink
hotfix: run cicd on pushes to develop (#212)
Browse files Browse the repository at this point in the history
* hotfix: run cicd on pushes to develop
  • Loading branch information
JuArce authored Apr 3, 2024
1 parent b5c2dad commit f7a97ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eth-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit f7a97ba

Please sign in to comment.