Skip to content

Commit

Permalink
chore: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli authored Oct 27, 2024
1 parent 1366266 commit e708a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name: CI

on:
push:
branches: [ "main" , "develop"]
branches: ["main"]
paths-ignore:
- "README.md"
- "CHANGELOG.md"
pull_request:
branches: [ "main" , "develop" ]
branches: ["main"]

jobs:

Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23

- name: pkg build
working-directory: ./internal/pkg
Expand Down

0 comments on commit e708a3c

Please sign in to comment.