Skip to content

Commit

Permalink
fix: Set workflow trigger on pull request to main
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo committed Jul 19, 2023
1 parent 52f1bea commit 15cefa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-hub-parachain.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Publish features parachain to Docker Hub

on:
workflow_dispatch:
push:
tags:
- '*'
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
hadolint:
Expand Down

0 comments on commit 15cefa9

Please sign in to comment.