Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 42b099b

Browse files
committed
Run CI on all branches
1 parent 2b83047 commit 42b099b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: CI
22

33
# Controls when the workflow will run
44
on:
5-
# Triggers the workflow on push or pull request events but only for the main branch
6-
push:
7-
branches: [ main, unsquashed-private ]
8-
pull_request:
9-
branches: [ main, unsquashed-private ]
5+
# Triggers the workflow on push or pull request events.
6+
push: {}
7+
pull_request: {}
108

119
# Run the pipeline daily so that we get continuous dogfooding.
1210
schedule:

0 commit comments

Comments
 (0)