Skip to content

Commit 5552736

Browse files
committed
ci: Run the workflow for all branches
There is no need to limit ourselves to one particular branch. This also doesn't require touching the workflow file each time we create a new branch. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1c92be3 commit 5552736

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: frequenz-channels-python
22

3-
on:
4-
push:
5-
branches: [ v0.x.x ]
6-
7-
pull_request:
8-
9-
workflow_dispatch:
3+
on: [pull_request, push, workflow_dispatch]
104

115
jobs:
126
test:

0 commit comments

Comments
 (0)