Skip to content

Commit

Permalink
action: allow running smoke test for stable/* branch
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
  • Loading branch information
imeoer committed Apr 20, 2023
1 parent 36d8a5b commit 3073dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Smoke Test

on:
push:
branches: ["*", "**"]
branches: ["**/?**"]
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
pull_request_target:
branches: ["*", "**"]
branches: ["**/?**"]
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
schedule:
# Run daily sanity check at 03:00 clock UTC
Expand Down

0 comments on commit 3073dd3

Please sign in to comment.