Skip to content

Commit

Permalink
set any-branch-uploads.yml to manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Nov 14, 2024
1 parent 1ac3130 commit c36f015
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/any-branch-uploads.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Any branch uploads

on:
push:
branches:
- '**'
on: workflow_dispatch

jobs:
any-branch-uploads:
Expand All @@ -26,4 +23,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-west-2'
SOURCE_DIR: 'docs/v1/build'
DEST_DIR: ci/${{ github.ref_name }} # only runs for push events
DEST_DIR: ci/${{ github.ref_name }} # only runs for push events

0 comments on commit c36f015

Please sign in to comment.