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 fe4450e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
name: Build test
on: [pull_request]
on:
pull_request:
push:
branches:
- main

permissions:
contents: read
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
name: Install test
on: [pull_request]
on:
pull_request:
push:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit fe4450e

Please sign in to comment.