Skip to content

Commit

Permalink
update issue templates, ci branches and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Dec 3, 2022
1 parent 94e5428 commit 44bc17e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: Linux

on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
- main
- dev/*

jobs:
linux-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: macOS

on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
- main
- dev/*

jobs:
mac-build:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
dbgbuild

0 comments on commit 44bc17e

Please sign in to comment.