Loading .github/workflows/android.yml +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ on: - 'LICENSE' - 'NOTICE' permissions: contents: read jobs: build: runs-on: ubuntu-latest Loading .github/workflows/codeql.yml +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ on: - cron: '0 10 * * 1' workflow_dispatch: permissions: contents: read jobs: codeql-scan: Loading .github/workflows/daily_builds.yml +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ on: schedule: - cron: '8 20 * * *' permissions: contents: read jobs: trigger_daily_build: if: ${{ github.repository_owner == 'thunderbird' }} Loading .github/workflows/fluidscan.yml +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ on: - cron: '0 10 * * 1' workflow_dispatch: permissions: contents: read jobs: fluidattacks-scan: Loading .github/workflows/gradle-cache.yml +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ on: - 'LICENSE' - 'NOTICE' permissions: contents: read jobs: build: runs-on: ubuntu-latest Loading Loading
.github/workflows/android.yml +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ on: - 'LICENSE' - 'NOTICE' permissions: contents: read jobs: build: runs-on: ubuntu-latest Loading
.github/workflows/codeql.yml +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ on: - cron: '0 10 * * 1' workflow_dispatch: permissions: contents: read jobs: codeql-scan: Loading
.github/workflows/daily_builds.yml +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ on: schedule: - cron: '8 20 * * *' permissions: contents: read jobs: trigger_daily_build: if: ${{ github.repository_owner == 'thunderbird' }} Loading
.github/workflows/fluidscan.yml +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ on: - cron: '0 10 * * 1' workflow_dispatch: permissions: contents: read jobs: fluidattacks-scan: Loading
.github/workflows/gradle-cache.yml +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ on: - 'LICENSE' - 'NOTICE' permissions: contents: read jobs: build: runs-on: ubuntu-latest Loading