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 5554ac0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Packages
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
release:
types: [published]

jobs:
build-deb:
Expand Down

0 comments on commit 5554ac0

Please sign in to comment.