Skip to content

Commit

Permalink
Update snap and flatpak build workflows
Browse files Browse the repository at this point in the history
- Developers can check and test snap
  and flatpak builds before creating a PR
  • Loading branch information
hsbasu committed Feb 11, 2024
1 parent 6659db2 commit ef5d693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
on:
push:
branches: [ "master" ]
branches: [ "**" ]
pull_request:
branches: [ "master" ]
types: [ "review_requested", "ready_for_review" ]
workflow_dispatch:
name: Flatpak
name: Test Flatpak packaging
permissions:
id-token: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
on:
push:
branches: [ "master" ]
branches: [ "**" ]
pull_request:
branches: [ "master" ]
types: [ "review_requested", "ready_for_review" ]
workflow_dispatch:
name: Snap
name: Test Snap packaging
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit ef5d693

Please sign in to comment.