Skip to content

Commit e2249ce

Browse files
author
lith
committed
auto commit 1.6
1 parent f372bfd commit e2249ce

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/action-main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ name: CI
44

55
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push tag
7+
88
push:
9-
branches: [ master ]
10-
11-
tags:
12-
- '*'
9+
# Triggers the workflow on push events but only for the master branch
10+
#branches: [ master ]
1311

12+
# Triggers the workflow on push tag
13+
tags: ['*']
14+
1415
# Allows you to run this workflow manually from the Actions tab
1516
workflow_dispatch:
1617

0 commit comments

Comments
 (0)