Skip to content

Commit

Permalink
Update CI build triggers to run on PRs also
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlockwood committed Jan 4, 2024
1 parent 4b07d38 commit 623f95a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
push:
branches:
- master
pull_request:
types: [ opened, reopened ]
branches:
- 'master'

concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: false

jobs:
Expand Down
16 changes: 0 additions & 16 deletions arangobee deploy.launch

This file was deleted.

0 comments on commit 623f95a

Please sign in to comment.