Skip to content

Commit

Permalink
Perform safety GitHub actions on non-main branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Oct 15, 2023
1 parent 6981a4a commit 848f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ permissions:
contents: read
on:
push:
branches: [main]
# branches: [main]
pull_request:
# Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
concurrency:
Expand Down

0 comments on commit 848f7ba

Please sign in to comment.