Skip to content

Commit

Permalink
Update Github Actions (#934)
Browse files Browse the repository at this point in the history
Now the Flatpak and the Ruff CI actions only run when pushing to master, and on pull requests. Also updated Flatpak CI image to GNOME 46.
  • Loading branch information
rdbende authored Jul 6, 2024
1 parent ad9cda8 commit 4da1a5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Checks

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
ruff:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Flatpak

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged

strategy:
Expand Down

0 comments on commit 4da1a5a

Please sign in to comment.