Skip to content

Commit

Permalink
fix(ci): run build on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Apr 16, 2024
1 parent c057736 commit fc01299
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ante-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
- develop
- main
- master
paths:
paths:
- 'app/ante/**'
pull_request:
branches:
- develop
- main
- master
paths:
paths:
- 'app/ante/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build
on:
pull_request:
push:
branches:
- develop
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Dependency Review"
# only run on pull requests and not any branch.
on: pull_request

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- main
- master
paths:
# existing issues to be ignored unless this file changes
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/solidity-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Solidity Test
on:
pull_request:
push:
branches:
- develop
- main
Expand Down

0 comments on commit fc01299

Please sign in to comment.