Skip to content

Commit

Permalink
Merge pull request #2 from convince-project/EnricoGhiorzi-patch-1
Browse files Browse the repository at this point in the history
Run GitHub Actions on any push or pull request
  • Loading branch information
EnricoGhiorzi authored May 31, 2024
2 parents 372eee4 + a8bb18b commit b6bf2e4
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 b6bf2e4

Please sign in to comment.