Skip to content

Commit a1bb2c1

Browse files
authored
Merge pull request #73 from OpenConext/feature/save_trees
Run stepup-behat tests only once
2 parents c8d6a1e + 9ef7f52 commit a1bb2c1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/stepup-behat.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: stepup-behat
33
on:
44
pull_request:
55
push:
6-
branches: [ main, feature/*, bugfix/* ]
6+
branches:
7+
- main
8+
workflow_dispatch:
79
jobs:
810
build:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)