diff options
| author | Christine Dodrill <me@christine.website> | 2020-10-11 10:12:01 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-10-11 10:12:01 -0400 |
| commit | 0c68145a4358cc211d6ed4cb385db021626eb031 (patch) | |
| tree | f61a1556d63ee152eb3501f32a5ca55b762775c7 /.github/workflows/rust.yml | |
| parent | 2671a67338592f3d186eeef97187625386e6c6a5 (diff) | |
| download | xesite-0c68145a4358cc211d6ed4cb385db021626eb031.tar.xz xesite-0c68145a4358cc211d6ed4cb385db021626eb031.zip | |
rename master to main
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1e18d23..0140999 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,9 +1,9 @@ name: Rust on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always jobs: |
