Skip to content

Commit 2374558

Browse files
committed
Rename
1 parent bff742c commit 2374558

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/base.yaml renamed to .github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
workflow_dispatch:
55

66
push:
7-
branches: [main]
7+
branches: [develop, main]
88
tags:
9-
- "[0-9]+.[0-9]+.[0-9]+*"
9+
- "v[0-9]+.[0-9]+.[0-9]+*"
1010

1111
pull_request:
12-
branches: [main]
12+
branches: [develop, main]
1313

1414
# This ensures that previous jobs for the PR are canceled when PR is updated
1515
concurrency:

0 commit comments

Comments
 (0)