Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Only run CI on main branch/PRs to main
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <[email protected]>
  • Loading branch information
mjlshen committed Jan 8, 2023
1 parent 600924e commit eb0bdd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
paths:
- '**.go'
- 'go.mod'
Expand Down

0 comments on commit eb0bdd3

Please sign in to comment.