We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce69186 commit 0f3dbfbCopy full SHA for 0f3dbfb
.github/workflows/build.yml
@@ -2,9 +2,16 @@ name: Build
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
+ tags:
8
+ - '*'
9
pull_request:
10
11
12
workflow_dispatch:
13
14
+
15
jobs:
16
build:
17
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}
.github/workflows/style.yml
@@ -2,7 +2,13 @@ name: Style
0 commit comments