Skip to content

Commit

Permalink
Run UI tests on every push to develop
Browse files Browse the repository at this point in the history
COAND-851
  • Loading branch information
OscarSpruit committed May 1, 2024
1 parent a6520fe commit a9045c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run_ui_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: UI Tests

on:
pull_request:
branches-ignore:
- 'main'
types: [ opened, synchronize, reopened ]
push:
branches:
- 'develop'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a9045c7

Please sign in to comment.