Skip to content

Commit

Permalink
Remove pull request trigger from ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rheitjoh committed Apr 17, 2021
1 parent 2b88c00 commit a95dc69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches-ignore:
- main
- 'release/**'
pull_request:
branches:
- develop
# Nightly builds to ensure dependencies don't break anything
schedule:
- cron: '0 0 * * *'
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- main
- 'release/**'
pull_request:
branches:
- main
- 'release/**'
# Nightly builds to ensure dependencies don't break anything
schedule:
- cron: '0 0 * * *'
Expand All @@ -17,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit a95dc69

Please sign in to comment.