Skip to content

Commit 94bdc8c

Browse files
authored
Merge pull request #84991 from Jandev/patch-1
Updated `master` to `main`
2 parents 0723ba0 + 3e9e05e commit 94bdc8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/storage-blobs-static-site-github-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the example above, replace the placeholders with your subscription ID and res
8787
8888
on:
8989
push:
90-
branches: [ master ]
90+
branches: [ main ]
9191
```
9292

9393
1. Rename your workflow `Blob storage website CI` and add the checkout and login actions. These actions will checkout your site code and authenticate with Azure using the `AZURE_CREDENTIALS` GitHub secret you created earlier.
@@ -97,7 +97,7 @@ In the example above, replace the placeholders with your subscription ID and res
9797
9898
on:
9999
push:
100-
branches: [ master ]
100+
branches: [ main ]
101101
102102
jobs:
103103
build:
@@ -131,7 +131,7 @@ In the example above, replace the placeholders with your subscription ID and res
131131
132132
on:
133133
push:
134-
branches: [ master ]
134+
branches: [ main ]
135135
136136
jobs:
137137
build:

0 commit comments

Comments
 (0)