Skip to content

Commit 3a064ac

Browse files
committed
The workflow triggers fixed
1 parent b3ca1ac commit 3a064ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: CI
22

33
on:
44
push:
5+
tags:
6+
- '**'
57
pull_request:
68
workflow_dispatch:
79
schedule:
810
# run the CI workflow at 6:00am UTC every Monday
911
- cron: '0 6 * * MON'
10-
tags:
11-
- '**'
1212

1313
jobs:
1414
# build-test:

0 commit comments

Comments
 (0)