summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nginx.yml2
-rw-r--r--.github/workflows/static.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml
index 5886da64..5d0f5269 100644
--- a/.github/workflows/nginx.yml
+++ b/.github/workflows/nginx.yml
@@ -3,7 +3,7 @@ name: Lint nginx configuration
on:
pull_request:
push:
- branches: [master]
+ branches: [main]
jobs:
static:
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index b463db78..424cd69d 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -3,7 +3,7 @@ name: Validate and process static files
on:
pull_request:
push:
- branches: [master]
+ branches: [main]
jobs:
static: