Skip to content

Commit

Permalink
Update workflow to do it anytime
Browse files Browse the repository at this point in the history
  • Loading branch information
ICavlek committed Sep 30, 2023
1 parent e7e91fc commit 445a105
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 445a105

Please sign in to comment.