Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Enable verify workflow for 0.1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Oct 3, 2023
1 parent ed3554d commit 1cefbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [main]
branches: [main, 0.1.x]
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [main]
branches: [main, 0.1.x]

jobs:
build-verify:
Expand Down

0 comments on commit 1cefbf8

Please sign in to comment.