Skip to content

Commit

Permalink
Filter release and push events
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jun 25, 2024
1 parent 51f72f8 commit 62a08f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Default

on:
release:
types: [published, deleted]
push:
branches:
- main
pull_request:
workflow_dispatch:
inputs:
Expand All @@ -26,7 +29,6 @@ on:
default: 'fallback'
required: false
type: string
repository_dispatch:

concurrency:
group: ${{ github.event_name }}-${{ github.ref }}
Expand Down

0 comments on commit 62a08f2

Please sign in to comment.