Skip to content

Commit

Permalink
Use correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 2, 2021
1 parent e2a2b97 commit 4e20615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Gh-Pages
on:
push:
branches: [ dev, master ]
branches: [ dev, stable ]
pull_request:
branches: [dev, master]
branches: [dev, stable]

jobs:
build:
Expand Down

0 comments on commit 4e20615

Please sign in to comment.