Skip to content

Commit

Permalink
rename branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonkoHenri authored Apr 12, 2024
1 parent d7273b9 commit 6d298bf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Web Build
on:
push:
branches:
- main
- master
- dev

jobs:
build:
runs-on: windows-latest
runs-on: macos-latest

steps:
- name: Checkout code
Expand Down Expand Up @@ -38,10 +38,5 @@ jobs:
with:
name: package
path: |
build/
dist/
bin/
lib/
include/
src/
build/web
if-no-files-found: error

0 comments on commit 6d298bf

Please sign in to comment.