Skip to content

Commit

Permalink
ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bxmmm1 committed Jun 10, 2024
1 parent a0f5461 commit 16fcd96
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/mainnet-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ name: Mainnet contracts

on:
push:
branches:
- master

# on:
# push:
# branches: [master]
# paths:
# - "mainnet-contracts/**"
# pull_request:
# paths:
# - "mainnet-contracts/**"
branches: [master]
paths:
- "mainnet-contracts/**"
pull_request:
paths:
- "mainnet-contracts/**"

jobs:
unit-tests:
Expand Down

0 comments on commit 16fcd96

Please sign in to comment.