Skip to content

Commit

Permalink
Update Flatpak actions
Browse files Browse the repository at this point in the history
Now the Flatpak action only runs when pushing to master, and on pull requests. Also updated to GNOME 46 image
  • Loading branch information
rdbende authored Jul 6, 2024
1 parent ad9cda8 commit 928eb76
Showing 1 changed file with 6 additions and 2 deletions.
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 928eb76

Please sign in to comment.