Skip to content

Commit

Permalink
Change CI branch from Workflows to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsa committed Feb 3, 2024
1 parent 9ba426b commit 5f7ec59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Lint, Test, Image Build and Chart release

on:
push:
branches: [ Workflows ]
branches: [ main ]
tags: [ '**' ]
pull_request:
branches: [ main ]

jobs:
lint:
Expand Down

0 comments on commit 5f7ec59

Please sign in to comment.