Skip to content

Commit

Permalink
enable workflows on dYdX fork branches
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jul 17, 2024
1 parent aa7450f commit 334666b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- release/**
- dydx-fork-**
permissions:
contents: read

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- release/**
- dydx-fork-**
paths:
- "**.go"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- release/**
- dydx-fork-**
pull_request:
merge_group:
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- release/v0.50.x
- dydx-fork-**

permissions:
contents: read
Expand Down

0 comments on commit 334666b

Please sign in to comment.