Compare commits
1 commit
4d92b84ad1
...
05aebc55ae
Author | SHA1 | Date | |
---|---|---|---|
05aebc55ae |
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
name: Build and Deploy Website
|
name: Build and Deploy Website
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue