Skip to content

Commit

Permalink
ci: build staging and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored and pull[bot] committed May 11, 2023
1 parent 2fe1396 commit 7ff2c0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
push:
branches:
- master
- v[0-9]+.[0-9]+.x-staging
- v[0-9]+.[0-9]+.x
pull_request:
branches:
- master
- v[0-9]+.[0-9]+.x-staging
- v[0-9]+.[0-9]+.x
paths-ignore:
- README.md
- .github/**
- '!.github/workflows/build.yml'

jobs:
lint:
Expand Down

0 comments on commit 7ff2c0a

Please sign in to comment.