Skip to content

Commit

Permalink
Ignore master since publish will run
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 22, 2022
1 parent 55b3979 commit bf12a75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build website

on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
paths:
- 'web/**'
- 'shared/liboxide/**'
Expand Down

0 comments on commit bf12a75

Please sign in to comment.