update workflow

This commit is contained in:
creating2morrow 2023-05-05 23:49:22 -04:00
parent 5f322c61f7
commit 76317d8926
2 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@ on:
- 'docs/**'
- 'scripts/**'
- 'README.md'
branches: ["*", "!main"]
branches: ["v0.*", "!main", "!dev"]
pull_request:
branches: ["*", "!main"]
branches: ["v0.*", "!main", "!dev"]
jobs:
build:
runs-on: ubuntu-latest

View file

@ -6,9 +6,9 @@ on:
- 'docs/**'
- 'scripts/**'
- 'README.md'
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]
env:
CARGO_TERM_COLOR: always