Skip to content

Commit

Permalink
Add push
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Sep 23, 2023
1 parent 53cb96a commit 862282b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/branchdeploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Branch Deploy

# The workflow to execute on is comments that are newly created
on: workflow_dispatch
on:
workflow_dispatch:
push:
branches:
- feat/upgrade_rio_tiler

# Permissions needed for reacting and adding comments for IssueOps commands
permissions:
Expand Down

0 comments on commit 862282b

Please sign in to comment.