Skip to content

Commit

Permalink
ci: update build and qa release rules
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <[email protected]>
  • Loading branch information
bafu committed Aug 15, 2022
1 parent 97c4381 commit b76282d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: build
on: [push, pull_request]

on:
pull_request:
branches: [master, develop]

jobs:
master-qa:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/qa-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: qa-release
on: workflow_dispatch

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

jobs:
github-release:
Expand Down

0 comments on commit b76282d

Please sign in to comment.