We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9962a commit 92ea485Copy full SHA for 92ea485
.github/workflows/nix.yml
@@ -2,7 +2,8 @@ name: Build verify Amber Nix
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
+ - staging
7
workflow_dispatch:
8
9
env:
.github/workflows/rust.yml
@@ -2,7 +2,9 @@ name: Cargo & Clippy Test
- branches: [master]
+ branches:
paths:
- src/**
10
- test_files/**
.github/workflows/snap.yml
@@ -2,7 +2,8 @@ name: Build test Amber Snap
jobs:
0 commit comments