Skip to content

Commit

Permalink
Enable ci on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Nov 28, 2021
1 parent 144ff05 commit 927bd00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- master
# - dev
- dev

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- master
# - dev
- dev

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- master
# - dev
- dev

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- master
# - dev
- dev

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- master
# - dev
- dev

jobs:
ci:
Expand Down

0 comments on commit 927bd00

Please sign in to comment.