Skip to content

Commit

Permalink
Base run on head branch name instead of base branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Jan 8, 2024
1 parent 6179ffc commit 45d62f0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Release tests

on:
pull_request:
branches: [ 'dev-**' ] # TODO: settle on standard prefix

on: pull_request

jobs:

if: startsWith(github.head_ref, 'dev-') # TODO: settle on standard prefix
oqs-provider-release-test: # TODO: this is highly coupled to oqs-provider structure. Might be better downstream?
container:
image: openquantumsafe/ci-ubuntu-jammy:latest
Expand Down

0 comments on commit 45d62f0

Please sign in to comment.