Skip to content

Commit 18f1f61

Browse files
committed
ci: Run on all branches
Since we are now encouraging using forks, there is no need to limit the branches we run on, which needs extra maintenance. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c73b725 commit 18f1f61

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: frequenz-sdk-python
22

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

95
env:
106
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)