Skip to content

Commit

Permalink
chore: add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Feb 21, 2024
1 parent d40b68c commit 612a1e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/set-pr-title.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ alpha, beta, rc, main ]
pull_request:
types: [ opened, synchronize ]
branches: [ alpha, beta, rc, main ]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ alpha, beta, rc, main ]
pull_request:
types: [opened, synchronize]
branches: [ alpha, beta, rc, main ]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ alpha, beta, rc, main ]
pull_request:
types: [opened, synchronize]
branches: [ alpha, beta, rc, main ]

jobs:
Expand Down

0 comments on commit 612a1e2

Please sign in to comment.