Skip to content

Commit a3371ff

Browse files
committed
updated workflow
1 parent fdd7566 commit a3371ff

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/api.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
tags:
88
- v.2.*
9-
branches:
10-
- v2
119
env:
1210
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1311
jobs:

.github/workflows/bot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
on:
44
# Allows you to run this workflow manually from the Actions tab
55
workflow_dispatch:
6-
push:
76
push:
87
tags:
98
- v.2.*
10-
branches:
11-
- v2
9+
1210
env:
1311
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1412
jobs:

.github/workflows/dashboard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
push:
77
tags:
88
- v.2.*
9-
branches:
10-
- v2
9+
1110
env:
1211
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1312
jobs:

0 commit comments

Comments
 (0)