Skip to content

Commit

Permalink
ci: enable testing for scarthgap
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <[email protected]>
  • Loading branch information
zyga committed May 27, 2024
1 parent 3385afc commit 9f17d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Smoke build
on:
pull_request:
branches: ["master", "kirkstone"]
branches: ["master", "scarthgap"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Reference build
on:
push:
branches: ["master", "kirkstone"]
branches: ["master", "scarthgap"]

jobs:
build:
Expand Down

0 comments on commit 9f17d17

Please sign in to comment.