diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3be10b9bb..270aaf034 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,11 +2,8 @@ # posts them to GitHub, if applicable. This leverages the fact that the # workflow token has appropriate permissions to do so, and attempts to # leverage the GitHub workflow caches. -# -# This workflow also generates the build badge that is referred to by -# the main README. name: "Build" -on: +"on": push: branches: - master |