GitHub Actionsのbranches-ignoreについて

すべてのブランチのプッシュは無視される。 **はワイルドカードを表す。

on:
  push:
    branches-ignore:
      - "**"
    tags:
      - "v*"