Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Sep 25, 2024
1 parent 8734f84 commit e7b7f78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main, dev]
branches: [main, dev, tmp]
pull_request:
branches: [main, dev]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint

on:
push:
branches: [main, dev]
branches: [main, dev, tmp]
pull_request:
branches: [main, dev]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test suite

on:
push:
branches: [main, dev]
branches: [main, dev, tmp]
pull_request:
branches: [main, dev]

Expand Down

0 comments on commit e7b7f78

Please sign in to comment.