Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhilmare committed Jul 24, 2024
1 parent ea685c3 commit a4f6d4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
name: Build Artifact
run-name: Build Artifact triggered by ${{ github.actor }} 🛠️

on:
push:
branches:
- "**"
pull_request:
branches:
- "**"

env:
ODC_CURRENT_BRANCH: ${{ github.ref_name }}

Expand Down

0 comments on commit a4f6d4b

Please sign in to comment.