Skip to content

Commit

Permalink
Restore the branches that trigger the publish job (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr committed Sep 20, 2021
1 parent fc0ae25 commit bee2172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -3,7 +3,11 @@ name: "Publish all libs, Arrow-stack and Docs"
on:
push:
branches:
- release/1.0.0
- main
- release/**
paths:
- 'arrow-libs/**'
- '.github/**'

env:
BASEDIR: ${{github.workspace}}/arrow-libs
Expand Down

0 comments on commit bee2172

Please sign in to comment.