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/**' - 'docs/**'
- 'scripts/**' - 'scripts/**'
- 'README.md' - 'README.md'
branches: ["*", "!main"] branches: ["v0.*", "!main", "!dev"]
pull_request: pull_request:
branches: ["*", "!main"] branches: ["v0.*", "!main", "!dev"]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

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