diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-22 02:23:24 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-22 02:25:31 +0100 |
commit | 71b6dec439a064e999e0c3d6da782d778c6ab5eb (patch) | |
tree | ee0ca56dd43d4137df186cfac6f8224805eff7a5 | |
parent | d6ed6a219b31a58526721f96195c80061d41ce54 (diff) | |
download | unit-wasm-71b6dec439a064e999e0c3d6da782d778c6ab5eb.tar.gz unit-wasm-71b6dec439a064e999e0c3d6da782d778c6ab5eb.tar.bz2 |
github/workflows: Switch actions to master branch
We have switched the repository from the preview to master branch ready
for its initial release.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | .github/workflows/build_tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index f77df2c..22dec9c 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -2,14 +2,14 @@ name: Builds on: push: - branches: preview + branches: master paths: - Makefile - 'examples/**' - 'src/**' - '.github/workflows/build_tests.yaml' pull_request: - branches: preview + branches: master paths: - Makefile - 'examples/**' |