Skip to content

Commit

Permalink
run project specific CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Oct 15, 2024
1 parent ffa6005 commit 1b39b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: core-ci

on:
push:
branches:
- main
branches: ['main']
paths-ignore: ['unsafe/**']
pull_request:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unsafe-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: unsafe-ci

on:
push:
branches:
- main
branches: ['main']
paths-ignore: ['core/**']
pull_request:

jobs:
Expand Down

0 comments on commit 1b39b57

Please sign in to comment.