diff options
author | Soni L <EnderMoneyMod@gmail.com> | 2022-02-23 20:11:40 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 23:11:40 +0000 |
commit | 897e3d908673b26dafc0fe70660b171e27209768 (patch) | |
tree | f88631cad860bb2437af57c7523cd9d222d9563f /.github | |
parent | 80e32f289423e102ef31536a45556e7950bcb0d3 (diff) | |
download | wabt-897e3d908673b26dafc0fe70660b171e27209768.tar.gz wabt-897e3d908673b26dafc0fe70660b171e27209768.tar.bz2 wabt-897e3d908673b26dafc0fe70660b171e27209768.zip |
Fix CI on main branch (#1838)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 464c943a..1a5a0738 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: tags: push: branches: - - master + - main pull_request: jobs: |