Skip to content

Commit

Permalink
ci: accept running on fork
Browse files Browse the repository at this point in the history
We will not create a feature branch on groonga/docker for PR. We must
use fork for PR.
  • Loading branch information
kou committed Dec 7, 2024
1 parent 05aeaa0 commit a44636b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Build
on:
push:
branches:
- master
tags:
- "*"
pull_request:
- push
- pull_request
concurrency:
group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit a44636b

Please sign in to comment.