Skip to content

Commit 05cf738

Browse files
committed
fix: trigger CI on push to main
1 parent 678b606 commit 05cf738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: AoC Python CI
22

33
on:
4-
pull_request:
4+
push:
55
branches: [ main ]
66

77
jobs:

0 commit comments

Comments
 (0)