Skip to content

Commit

Permalink
ci: Fix CI run on main (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti authored Sep 14, 2024
1 parent 237a571 commit e8751de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/floogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: floogen

on:
pull_request:
push:
branches:
- main

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: gitlab-ci

on:
pull_request:
push:
branches:
- main

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: lint

on:
pull_request:
push:
branches:
- main

Expand Down

0 comments on commit e8751de

Please sign in to comment.