Skip to content

Commit

Permalink
fix: github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 12, 2023
1 parent 67870f5 commit af137ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches:
- "**"
paths:
- "contracts/**"
workflow_dispatch:
branches:
- "**"

jobs:
format:
Expand Down

0 comments on commit af137ab

Please sign in to comment.