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
|
name: Snap
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
pull_request: {}
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -11,4 +13,3 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: snapcore/action-build@v1
|
- uses: snapcore/action-build@v1
|
||||||
id: snapcraft
|
|
||||||
|
Reference in New Issue
Block a user