Skip to content

Commit

Permalink
ci to run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed May 6, 2024
1 parent 6cd2be7 commit add319e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

env:
FOUNDRY_PROFILE: ci
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit add319e

Please sign in to comment.