Skip to content

Commit

Permalink
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:

0 comments on commit 34be850

Please sign in to comment.