Skip to content

Commit

Permalink
Merge pull request #72 from hsbasu/update-workflows
Browse files Browse the repository at this point in the history
Update snap and flatpak build workflows
  • Loading branch information
amit9838 authored Feb 11, 2024
2 parents 6659db2 + ef5d693 commit be7a3a5
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 be7a3a5

Please sign in to comment.