Skip to content

Commit

Permalink
Proper workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Sep 1, 2024
1 parent 51c8fe5 commit 251e907
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Packages
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
release:
types: [published]

jobs:
build-deb:
Expand Down

0 comments on commit 251e907

Please sign in to comment.