Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feat-necessary-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Sep 16, 2024
2 parents ad03bba + c69b053 commit c377aec
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [main]
branches: [main, alpha, dev]
pull_request:
branches: [main]
branches: [main, alpha, dev]

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test-e2e

on:
push:
branches: [main]
branches: [main, alpha, dev]
pull_request:
branches: [main]
branches: [main, alpha, dev]

jobs:
test-e2e:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-snx-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Test-snx-ci

on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, alpha, dev]

jobs:
test-snx-ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [main]
branches: [main, alpha, dev]
pull_request:
branches: [main]
branches: [main, alpha, dev]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Website to IPFS

on:
pull_request:
branches: [main]
branches: [main, alpha, dev]

jobs:
upload-ipfs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Website-e2e

on:
push:
branches: [main]
branches: [main, alpha, dev]
pull_request:
branches: [main]
branches: [main, alpha, dev]

jobs:
cypress-run:
Expand Down

0 comments on commit c377aec

Please sign in to comment.