flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

GitHub action to detect changed-files (test PR) #367

Closed drzraf closed 2 years ago

drzraf commented 2 years ago

pull_request_target implies the workflow is fetched from the base branch. We thus need to test a "modified base branch" (which is feature/github-action) if we don't want to test (and mess with) v3

This PR is just intended to test #366 (it needs to be rebased everytime to test workflow changes)