Skip to content

Commit 92ea485

Browse files
authored
run workflows on main and staging (#705)
1 parent 8b9962a commit 92ea485

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build verify Amber Nix
22
on:
33
push:
44
branches:
5-
- master
5+
- main
6+
- staging
67
workflow_dispatch:
78

89
env:

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Cargo & Clippy Test
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- main
7+
- staging
68
paths:
79
- src/**
810
- test_files/**

.github/workflows/snap.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build test Amber Snap
22
on:
33
push:
44
branches:
5-
- master
5+
- main
6+
- staging
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)