We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189ee9b + 9bdbd6a commit ba61cc1Copy full SHA for ba61cc1
3 files changed
.github/workflows/api-level-lint.yml
@@ -5,10 +5,11 @@ on:
5
push:
6
branches:
7
- dev
8
+ - feature/6.0
9
pull_request:
10
11
- - feature/v3
12
13
14
jobs:
15
lint-api-level:
.github/workflows/codeql-analysis.yml
@@ -3,10 +3,10 @@ name: "CodeQL"
3
on:
4
workflow_dispatch:
- branches: [dev, master]
+ branches: [dev, feature/6.0]
# The branches below must be a subset of the branches above
- branches: [dev]
schedule:
- cron: '0 1 * * 4'
.github/workflows/gradle-build.yml
@@ -1,8 +1,10 @@
1
name: Gradle Build and Compare Package
2
+ push:
+ branches: [ dev, feature/6.0 ]
- branches: [ dev ]
paths-ignore:
- '.gradle/wrapper'
- '.gitignore'
0 commit comments