Skip to content

Commit 62a08f2

Browse files
committed
Filter release and push events
1 parent 51f72f8 commit 62a08f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Default
22

33
on:
44
release:
5+
types: [published, deleted]
56
push:
7+
branches:
8+
- main
69
pull_request:
710
workflow_dispatch:
811
inputs:
@@ -26,7 +29,6 @@ on:
2629
default: 'fallback'
2730
required: false
2831
type: string
29-
repository_dispatch:
3032

3133
concurrency:
3234
group: ${{ github.event_name }}-${{ github.ref }}

0 commit comments

Comments
 (0)