Skip to content

Commit

Permalink
Run GitHub Actions on any push or pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Ghiorzi <[email protected]>
  • Loading branch information
EnricoGhiorzi authored May 31, 2024
1 parent 372eee4 commit a8bb18b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ permissions:
pages: write
id-token: write

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a8bb18b

Please sign in to comment.