Skip to content

Commit

Permalink
GitHub Actions: run on all but gh-pages branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 7, 2023
1 parent 5ae7b44 commit 8a2d041
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/assemble-test-lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Android CI

# Avoid running this on the gh-pages branch
on:
push:
branches: [ main, dev ]
branches-ignore:
- "gh-pages"
pull_request:
branches: [ main, dev ]
workflow_dispatch:
branches-ignore:
- "gh-pages"
workflow_dispatch: # Allow running manually from web UI

jobs:
build:
Expand Down

0 comments on commit 8a2d041

Please sign in to comment.