Skip to content

Commit 4ed4b82

Browse files
committed
CI: Drop branch "setup-ci" from configuration
This was used during setup. Now we are set up.
1 parent cd5ffcf commit 4ed4b82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main, setup-ci]
6+
branches:
7+
- main
78
schedule:
89
- cron: '0 8 * * 1' # At 8:00 on Monday
910

0 commit comments

Comments
 (0)