Skip to content

Commit 1cd7022

Browse files
Remove references to develop branch from github actions.
1 parent 0d4f35f commit 1cd7022

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Build Artifacts
33
on:
44
push:
55
branches:
6-
- develop
76
- main
87
workflow_dispatch:
98

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy
33
on:
44
push:
55
branches:
6-
# - develop
76
- main
87

98
permissions:

.github/workflows/run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- develop
87

98
jobs:
109
test-linux:

0 commit comments

Comments
 (0)