Compare commits

...

5 commits

Author SHA1 Message Date
fb3cc7a36d Merge pull request 'moar ci crap' (#46) from devel into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m48s
Reviewed-on: #46
2024-01-17 02:14:13 +01:00
808c4fc193
Merge branch 'master' into devel
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m57s
2024-01-17 02:13:41 +01:00
efc7ea9214
CI move token around
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-17 02:12:44 +01:00
b111619f17
regular CI on push to not master
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-17 02:11:05 +01:00
47b8e580ab
this time for real
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-17 01:59:47 +01:00
2 changed files with 6 additions and 6 deletions

View file

@ -24,8 +24,7 @@ jobs:
' > ~/.cargo/config.toml ' > ~/.cargo/config.toml
- uses: katyo/publish-crates@v2 - uses: katyo/publish-crates@v2
with: with:
args: --registry cscherr args: --registry cscherr --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }} #- uses: katyo/publish-crates@v2
# - uses: katyo/publish-crates@v2
# with: # with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }} # args: --token ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}

View file

@ -2,7 +2,8 @@ name: Cargo Check, Format, Fix and Test
on: on:
push: push:
branches: branches:
- devel - '**'
- '!master'
jobs: jobs:
format: format: