Skip to content

Commit

Permalink
chore: add branches rule for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Jul 31, 2023
1 parent f810e8d commit 30ebfbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- release/**
- upgrade/**
permissions:
contents: read

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:
branches:
- main
- develop

- release/**
- upgrade/**
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
- release/**
- upgrade/**
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 30ebfbc

Please sign in to comment.