Skip to content

Commit

Permalink
Merge pull request #292 from technologiestiftung/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 authored Mar 25, 2021
2 parents a9e0694 + f7e5322 commit 612d5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
BUILD_TARGET: DEFAULT
on:
push:
branches: [master, staging, demo]
branches: [master, staging, demo, dev]
paths: &watchPaths
- 'src/**/*'
- '.storybook/**/*'
Expand All @@ -20,6 +20,7 @@ on:
- 'create-env.js'
- 'tsconfig.json'
pull_request:
branches: [master, staging, demo, dev]
paths: *watchPaths
types:
- 'opened'
Expand Down

0 comments on commit 612d5f0

Please sign in to comment.