Skip to content

Commit

Permalink
ci: run CIs on push events as well
Browse files Browse the repository at this point in the history
Let's cover merges into main with CIs too.
  • Loading branch information
mrc0mmand committed Aug 15, 2022
1 parent d361f0b commit 2fe3c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
name: Build test
on: [pull_request]
on: [pull_request, push]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
name: Install test
on: [pull_request]
on: [pull_request, push]

permissions:
contents: read
Expand Down

0 comments on commit 2fe3c1b

Please sign in to comment.