Skip to content

Commit

Permalink
Add branches in the style workflow (#115)
Browse files Browse the repository at this point in the history
* Add brances in the server style workflow
  • Loading branch information
untari authored Jun 15, 2024
1 parent f9ea1af commit 6c79261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/server_style.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Server style
on:
workflow_dispatch:
push:
branches: [ dev, stable, prod ]
branches: [ development, master ]
paths:
- 'server/**'
pull_request:
branches: [ dev, stable, prod ]
branches: [ development, master ]
paths:
- 'server/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server_tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Server tests
on:
push:
branches: [ dev, stable, prod ]
branches: [ development, master ]
paths:
- 'server/**'
pull_request:
branches: [ dev, stable, prod ]
branches: [ development, master ]
paths:
- 'server/**'
workflow_dispatch: {}
Expand Down

0 comments on commit 6c79261

Please sign in to comment.