What will trigger the workflow in the following example code of a GitHub Actions push event?
on:
push:
branches:
- 'releases/**'
paths:
- '**.js'What will trigger the workflow in the following example code of a GitHub Actions push event?
on:
push:
branches:
- 'releases/**'
paths:
- '**.js'Create a free account to access the full topic