Fix CI
parent
43aba4ddb1
commit
82f0fe2d15
|
|
@ -4,10 +4,10 @@ name: Rust
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ branches:
|
||||||
only:
|
only:
|
||||||
# release tags
|
# release tags
|
||||||
- /^v\d+\.\d+\.\d+.*$/
|
- /^v\d+\.\d+\.\d+.*$/
|
||||||
- master
|
- main
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue