How do I trigger a Github action if a file is not touched?

后端 未结 0 1837
慢半拍i
慢半拍i 2020-12-04 08:45

I would like to trigger a Github action if the Pipfile is not touched.

I can do something like

on:
  push:
    branches:
      - master
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题