Skip to content

Commit c548821

Browse files
Only create website from 'main' branch
1 parent 949958a commit c548821

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/create_website.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Create website
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
310

411
jobs:
512
create_website:

0 commit comments

Comments
 (0)