Skip to content

Commit e973ef2

Browse files
committed
update gh actions workflow triggers
1 parent 12945aa commit e973ef2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Main
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- '**'
9+
pull_request:
410

511
jobs:
612
codestyle:

0 commit comments

Comments
 (0)