Skip to content

Commit 0f3dbfb

Browse files
committed
Update "on"
1 parent ce69186 commit 0f3dbfb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ name: Build
22

33
on:
44
push:
5+
branches:
6+
- main
7+
tags:
8+
- '*'
59
pull_request:
10+
branches:
11+
- main
612
workflow_dispatch:
713

14+
815
jobs:
916
build:
1017
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}

.github/workflows/style.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ name: Style
22

33
on:
44
push:
5+
branches:
6+
- main
7+
tags:
8+
- '*'
59
pull_request:
10+
branches:
11+
- main
612
workflow_dispatch:
713

814
jobs:

0 commit comments

Comments
 (0)