Skip to content

Commit

Permalink
TEMP: Run on all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Apr 26, 2023
1 parent f528776 commit be04c6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bindings-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Check Bindings and Lockfile

on:
push:
branches: [main]
branches: ["*"]
pull_request:
paths: ["nitro-protocol/contracts/**", generate-adjudicator-bindings.sh]
paths:
["nitro-protocol/contracts/**", generate-adjudicator-bindings.sh, "*"]

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Node

on:
push:
branches: [main]
branches: ["*"]
pull_request:
paths: ["nitro-protocol/**", ".github/workflows/node.yml"]
paths:
["nitro-protocol/contracts/**", generate-adjudicator-bindings.sh, "*"]

jobs:
build:
Expand Down

0 comments on commit be04c6e

Please sign in to comment.