Even if a PR is not open, the deploy script still triggers the action on push. The deploy script should only trigger when a PR is open. We could use the pr synchronize event, but annoyingly that doesn't let you filter on path.
We should add some logic to block the action if the branch on deadlock-data is not found.
This occurs on release tag branches, eg. when its run on tags
Even if a PR is not open, the deploy script still triggers the action on push. The deploy script should only trigger when a PR is open. We could use the pr synchronize event, but annoyingly that doesn't let you filter on path.
We should add some logic to block the action if the branch on deadlock-data is not found.
This occurs on release tag branches, eg. when its run on tags