Skip to content

Commit

Permalink
ci: Only run CI on pull requests (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti authored Sep 14, 2024
1 parent a2f4216 commit cf5d3fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/floogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name: floogen

on: [push, pull_request]
on: [pull_request]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name: gitlab-ci

on: [push, pull_request]
on: [pull_request]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name: lint

on: [push, pull_request]
on: [pull_request]

jobs:

Expand Down

0 comments on commit cf5d3fc

Please sign in to comment.