diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 15b9b18c1..04bb77083 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,9 +2,13 @@ name: Android CI on: push: - branches: [ master ] + branches: + - master + - staging + - trying pull_request: - branches: [ master ] + branches: + - master jobs: build: diff --git a/.github/workflows/autoclose-needs-info.yml b/.github/workflows/autoclose-needs-info.yml index f48095107..41a807934 100644 --- a/.github/workflows/autoclose-needs-info.yml +++ b/.github/workflows/autoclose-needs-info.yml @@ -2,7 +2,7 @@ name: 'Close issues and PRs needing info for too long' on: schedule: - cron: '30 1 * * *' - + permissions: issues: write pull-requests: write diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index 613c5df27..147bccae3 100644 --- a/.github/workflows/changelog-to-fastlane.yml +++ b/.github/workflows/changelog-to-fastlane.yml @@ -1,7 +1,8 @@ name: Convert CHANGELOG to Fastlane on: push: - branches: [ master ] + branches: + - master jobs: convert_changelog_to_fastlane: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1f05e5ce1..44bbd448b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,12 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: + - master pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: + - master schedule: - cron: '33 1 * * 4'