Skip to content

Commit a10ee3b

Browse files
committed
Triggering on tags
1 parent e8a0402 commit a10ee3b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
name: CI
44

55
# Controls when the action will run.
6-
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
6+
on:
87
push:
9-
branches: [ master ]
10-
pull_request:
11-
branches: [ master ]
8+
tags:
9+
- '*'
1210

1311
# Allows you to run this workflow manually from the Actions tab
1412
workflow_dispatch:

0 commit comments

Comments
 (0)