Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Jul 7, 2023
1 parent 273bd45 commit b655c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: ["main"]
branches: ["build"]
pull_request:
branches: ["main"]
branches: ["build"]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check

on:
push:
branches: ["dev"]
branches: ["main"]
pull_request:
branches: ["dev"]
branches: ["main"]

permissions:
contents: read
Expand Down

0 comments on commit b655c4e

Please sign in to comment.