cleanup: remove all references to mobile-staging
Part of https://github.com/ooni/probe/issues/1440
This commit is contained in:
parent
70499edabe
commit
4f52794ab9
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
|
@ -2,7 +2,6 @@ name: android
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- mobile-staging
|
|
||||||
- "release/**"
|
- "release/**"
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -7,7 +7,7 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, mobile-staging, 'release/**' ]
|
branches: [ master, 'release/**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
1
.github/workflows/ios.yml
vendored
1
.github/workflows/ios.yml
vendored
|
@ -2,7 +2,6 @@ name: ios
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- mobile-staging
|
|
||||||
- 'release/**'
|
- 'release/**'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user