Skip to content

Commit

Permalink
CI: disable update workflow for every push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 29, 2023
1 parent cd633e3 commit 40b53b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
description: "Source SHA used to build bindings. Uses `github.sha`` by default."
required: false

push:
branches: [main, master]
# push:
# branches: [main, master]

schedule:
- cron: "0 0 * * 1"
Expand Down

0 comments on commit 40b53b3

Please sign in to comment.