Skip to content

Commit

Permalink
chore: restore GHA CI just for main branch (#3660)
Browse files Browse the repository at this point in the history
Our release script expects to be able to run tests there, so we should be verifying that each commit is releasable
  • Loading branch information
alexeagle committed Apr 12, 2023
1 parent 53b7160 commit 817cdc3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

# Controls when the action will run.
on:
# Triggers the workflow only for the main branch (no need to duplicate Buildkite)
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v2
with:
folders: '["."]'
Empty file modified .github/workflows/release_prep.sh
100644 → 100755
Empty file.

0 comments on commit 817cdc3

Please sign in to comment.