Closed Roald87 closed 3 years ago
With
on: push: branches: - master paths: - 'src/**' - '.github/workflows/*' pull_request: branches: - master paths: - 'src/**' - '.github/workflows/*'
it runs on every change pushed to master/pull request.
on: push: paths: - 'src/**' - '.github/workflows/*' pull_request: paths: - 'src/**' - '.github/workflows/*'
It runs the workflow twice. 🤷
Closing this PR without merging. Workflow will run on every push/PR then.
With
it runs on every change pushed to master/pull request.
With
It runs the workflow twice. 🤷
Closing this PR without merging. Workflow will run on every push/PR then.