Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaa committed Mar 5, 2022
1 parent cc6481e commit a45f334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: Rust
on:
pull_request:
branches: [master]
types: ['opened', 'edited', 'reopened', 'synchronize', 'ready_for_review']
types: ['ready_for_review']

env:
CARGO_TERM_COLOR: always

jobs:
build-release:
name: Build & Release
if: ! github.event.pull_request.draft
runs-on: ubuntu-latest
environment: DDCL
steps:
Expand Down

0 comments on commit a45f334

Please sign in to comment.