only run ci on main [skip ci]

This commit is contained in:
sam 2023-12-31 15:14:50 +01:00
parent 1339550c80
commit b29a0c86db
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
when:
branch: main
steps:
check:
image: golang:alpine

View File

@ -1,3 +1,6 @@
when:
branch: main
steps:
check:
image: node