mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Run GitHub Actions tests on community PRs too
This commit is contained in:

committed by
GitHub

parent
b574e394ad
commit
b9cb92eb1b
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -1,20 +1,11 @@
|
||||
name: Build and Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- $default-branch
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user