Skip to content

Commit

Permalink
No need to publish twice here
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 9, 2024
1 parent c1db1ec commit 34be850
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Publish commit
on: [push, pull_request]

on:
pull_request:
push:
branches:
- '**'
tags:
- '!**'

jobs:
build:
Expand Down

0 comments on commit 34be850

Please sign in to comment.