Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 5b9c7e1

Browse files
committed
Execute only on push to main
1 parent dbf4260 commit 5b9c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test files compilation
33
on:
44
push:
55
branches:
6-
- "**" # TODO main
6+
- main
77
pull_request: # TODEL
88
branches:
99
- '**'

0 commit comments

Comments
 (0)