Skip to content

Commit

Permalink
run on push (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored Feb 8, 2024
1 parent f841767 commit 5c850e0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build Docs
on:
pull_request:
branches:
- main
- osmo**
- "release/**"
paths:
- "docs/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- osmo**
- release/**
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**.go"
push:
branches:
- main
- osmo**
- release/**
paths:
- "**.go"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "go.sum"
push:
branches:
- main
- osmo**
paths:
- "**/*.go"
- "go.mod"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on:
push:
branches:
- main
- osmo**
- release/**
pull_request:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staticmajor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Detect leaking resources and bad code patterns
on:
push:
branches:
- main
- osmo**
pull_request:
workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
push:
branches:
- osmo**
- release/v0.47.x

permissions:
Expand Down Expand Up @@ -264,4 +265,4 @@ jobs:
if: env.GIT_DIFF
run: |
cd simapp
go test -mod=readonly -timeout 30m -tags='app_v1 norace ledger test_ledger_mock rocksdb_build' ./...
go test -mod=readonly -timeout 30m -tags='app_v1 norace ledger test_ledger_mock rocksdb_build' ./...

0 comments on commit 5c850e0

Please sign in to comment.