Skip to content

Commit 877f1f6

Browse files
committed
update CI workflows to work on any branch
1 parent c6420da commit 877f1f6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/compliance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: compliance tasks
22
on:
33
push:
4-
branches: [ main, develop ]
54
pull_request:
6-
branches: [ main, develop ]
75

86
permissions:
97
contents: read

.github/workflows/gradle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Gradle build
22
on:
33
push:
4-
branches: [ main, develop ]
54
pull_request:
6-
branches: [ main, develop ]
75

86
permissions:
97
contents: read

0 commit comments

Comments
 (0)