[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: update workflows scripts (opensumi#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 authored Mar 2, 2022
1 parent 234255f commit 7ff56df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CHECK
on:
workflow_dispatch:
push:
branches: [ main, v*.*.* ]
branches: [ main, v*.* ]
pull_request:
branches: [ main, v*.*.* ]
branches: [ main, v*.* ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
push:
branches:
- main
- v*.*.*
- v*.*
pull_request:
branches:
- main
- v*.*.*
- v*.*
paths:
- 'packages/**'

Expand Down

0 comments on commit 7ff56df

Please sign in to comment.