Branch and path

Report a typo

What will trigger the workflow in the following example code of a GitHub Actions push event?

on:
  push:
    branches:
      - 'releases/**'
    paths:
      - '**.js'
Select one option from the list
___

Create a free account to access the full topic