Skip to content

Commit

Permalink
run actions on main and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Persson-dev committed Oct 7, 2023
1 parent 4c1f5a4 commit e25b78f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Android

on: pull_request
on:
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: iOS

on: pull_request
on:
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Linux

on: pull_request
on:
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Web

on: pull_request
on:
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Windows

on: pull_request
on:
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down

0 comments on commit e25b78f

Please sign in to comment.