Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich authored Dec 12, 2023
1 parent 2c083f7 commit a8496ee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Publish
name: Build

on:
workflow_call:
release:
types: [published]
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit a8496ee

Please sign in to comment.