Skip to content

Commit

Permalink
Update general.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoura212 authored May 30, 2024
1 parent 5cbd6aa commit 4c6fa6e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@
name: Rust

# To automatically trigger the workflow
on:
# NB: this differs from the book's project!
# These settings allow us to run this specific CI pipeline for PRs against
# this specific branch (a.k.a. book chapter).
push:
branches:
- root-chapter-03-part1
pull_request:
types: [opened, synchronize, reopened]
branches:
- root-chapter-03-part1
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 4c6fa6e

Please sign in to comment.