summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-23 20:06:37 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-23 20:06:37 +0100
commit246d9e630867378d2796adf18c6e7943c8e84dca (patch)
treef255d704a97675877a9b08a50272c9c781797988 /.github
parent99a52081b36fd959f339c62648d94958044359d7 (diff)
downloadunit-wasm-246d9e630867378d2796adf18c6e7943c8e84dca.tar.gz
unit-wasm-246d9e630867378d2796adf18c6e7943c8e84dca.tar.bz2
The 'master' branch was renamed 'main'
Requested-by: Liam Crilly <liam@nginx.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml
index b8f959e..0e16867 100644
--- a/.github/workflows/build_tests.yaml
+++ b/.github/workflows/build_tests.yaml
@@ -2,7 +2,7 @@ name: Builds
on:
push:
- branches: master
+ branches: main
paths:
- Makefile
- shared.mk
@@ -10,7 +10,7 @@ on:
- 'src/**'
- '.github/workflows/build_tests.yaml'
pull_request:
- branches: master
+ branches: main
paths:
- Makefile
- shared.mk