Skip to content

Commit

Permalink
Update acceptancetests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Aug 29, 2024
1 parent aa8946a commit dc22181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptancetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Tests
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "*.*-dev" ]

jobs:
unit:
Expand Down

0 comments on commit dc22181

Please sign in to comment.