Skip to content

Commit 9f7633b

Browse files
authored
Merge pull request #10 from ArgusOSS/develop
Adding develop support for the branches
2 parents 318aedf + 98a1202 commit 9f7633b

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/dependency_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Dependency Review'
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ master, develop ]
55

66
permissions:
77
contents: read

.github/workflows/generate-api-schema.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ on:
33
push:
44
branches:
55
- master
6-
- main # incase the master branch is ever renamed to main
76
paths:
87
- "urNode-backend/**"
98
pull_request_target:
109
branches:
1110
- master
12-
- main
1311
paths:
1412
- "urNode-backend/**"
1513

.github/workflows/pull_request_automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build & Tests
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [master, develop]
66
paths-ignore:
77
- "**.md"
88
- "docs/**"

0 commit comments

Comments
 (0)