Skip to content

Commit

Permalink
improve check-dependencies
Browse files Browse the repository at this point in the history
improve check-dependencies
  • Loading branch information
simon824 authored Dec 13, 2022
1 parent ea888d1 commit badcb8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: third-party dependencies check

on: [push, pull_request]
on:
push:
branches:
- master
- /^release-.*$/
pull_request:

jobs:
build:
Expand Down

0 comments on commit badcb8c

Please sign in to comment.