mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Only run snap workflow on push and PR
This commit is contained in:

committed by
Mitchell Hashimoto

parent
bf49784b7d
commit
eae420a241
7
.github/workflows/snap.yaml
vendored
7
.github/workflows/snap.yaml
vendored
@ -1,8 +1,10 @@
|
||||
name: Snap
|
||||
|
||||
on:
|
||||
push: {}
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
@ -11,4 +13,3 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
||||
|
Reference in New Issue
Block a user