Skip to content

Commit

Permalink
ci: ignore gh-pages branch on build action
Browse files Browse the repository at this point in the history
  • Loading branch information
umutcanbolat committed Aug 24, 2021
1 parent 127a9b3 commit 4f055e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: build
on:
push:
branches-ignore:
- master # on master, there are bump and deploy scripts which already build the project.
- master # on master, there is release action which already builds the project.
- gh-pages
pull_request:
branches:
- master
Expand Down

0 comments on commit 4f055e0

Please sign in to comment.