Skip to content

Commit

Permalink
ci: change triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 13, 2023
1 parent 7a65c5f commit 9f8729a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
working-directory: contracts

on:
workflow_dispatch:
push:
paths:
- 'contracts/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
working-directory: .

on:
workflow_dispatch:
push:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/subgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Subgraph
on:
push:
paths:
- 'contracts/**'
- 'subgraph/**'
- '.github/workflows/subgraph-*.yml'

Expand Down

0 comments on commit 9f8729a

Please sign in to comment.