Skip to content

Commit

Permalink
ci: Run normal CI workflow on pushes to main (#618)
Browse files Browse the repository at this point in the history
This should ensure that everything that is built as part of regular CI
can be saved to the build cache after the PR is merged.
  • Loading branch information
nikclayton authored Apr 15, 2024
1 parent 71df384 commit 189b441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '*'
branches:
- main
pull_request:
workflow_dispatch:

Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/populate-gradle-build-cache.yml

This file was deleted.

0 comments on commit 189b441

Please sign in to comment.