Skip to content

Commit

Permalink
Correct branch specify for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Mar 13, 2024
1 parent bf40440 commit 75072d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ubi8-openjdk-17-runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: run behave-test-steps on OpenJDK 17 Runtime Image
on: [push, pull_request]
on:
push:
branches: [ v1 ]
pull_request:
branches: [ v1 ]
env:
LANG: en_US.UTF-8
OPENJDK_CONTAINER_SOURCE_TAG: openjdk-containers-1.13
Expand Down

0 comments on commit 75072d1

Please sign in to comment.