Skip to content

Commit 6f693cd

Browse files
Merge pull request #114 from threefoldtech/development_update_workflows
Update workflows trigger
2 parents ce63e2a + c5eda9c commit 6f693cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Analyze
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- development
77
push:
88
branches:
9-
- main
9+
- development
1010

1111
jobs:
1212
build:

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Upload Coverage
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- development
77
push:
88
branches:
9-
- main
9+
- development
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)