Skip to content

Commit

Permalink
remove trigger condition (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Mar 7, 2024
1 parent b6094f0 commit e26cccb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Code Standard Checks

on:
pull_request:
paths:
- '!apps/token-list/**'
# paths:
# - '!apps/token-list/**'

jobs:
linter:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Package Clean Up

on:
pull_request:
paths:
- '!apps/token-list/**'
# paths:
# - '!apps/token-list/**'
types: [closed]

jobs:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: Portal Bridge [Preview]

on:
pull_request:
branches:
- '**'
- '!main'
paths:
- '**'
- '!apps/token-list/**'
# paths:
# - '!apps/token-list/**'

jobs:
branch-sha:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Portal Bridge [Testnet]

on:
pull_request:
paths:
- '!apps/token-list/**'
# paths:
# - '!apps/token-list/**'

jobs:
branch-sha:
Expand Down

0 comments on commit e26cccb

Please sign in to comment.