Skip to content

Commit

Permalink
Enable build + lint on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster committed Jun 7, 2022
1 parent 14c4614 commit 418fa92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Push new version to dist branch
on:
push:
branches:
- spcr
# - main
pull_request:
branches:
- main
# pull_request:
# branches:
# - main

jobs:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
# but only for the main branch
push:
branches:
- spcr
# - main
pull_request:
branches:
- spcr
- main
# pull_request:
# branches:
# - main

jobs:
Expand Down

0 comments on commit 418fa92

Please sign in to comment.