Skip to content

Commit

Permalink
chore(workflows/website): allow to run on other branches than "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 15, 2023
1 parent 78011de commit 36bc050
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches:
- 'master'
- '!beta' # only deploy the website on "master"
- '!gh-pages'
- 'old/**'
- 'beta'
paths: # only run this deploy if an file in the following directories are changed
- 'docs/**'
- 'website/**'
release:
types: [created]
- '.github/workflows/website.yml'
- 'scripts/getDeployInfo.js'
- 'scripts/ghPagesDeploy.js'

permissions:
contents: read
Expand Down

0 comments on commit 36bc050

Please sign in to comment.