diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-layouts.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/make-apk.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check-layouts.yml b/.github/workflows/check-layouts.yml index 004b1ae..76e2768 100644 --- a/.github/workflows/check-layouts.yml +++ b/.github/workflows/check-layouts.yml @@ -3,6 +3,8 @@ name: Check layouts on: workflow_dispatch: push: + branches: + - master pull_request: jobs: diff --git a/.github/workflows/make-apk.yml b/.github/workflows/make-apk.yml index 26fd7fd..bafcba4 100644 --- a/.github/workflows/make-apk.yml +++ b/.github/workflows/make-apk.yml @@ -3,6 +3,8 @@ name: Make Apk CI on: workflow_dispatch: push: + branches: + - master pull_request: jobs: |
