Skip to content

Commit

Permalink
snap build only PRs into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Jan 10, 2025
1 parent 4b45988 commit eb75047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Snap

on:
push: {}
pull_request: {}
workflow_dispatch: {}
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit eb75047

Please sign in to comment.