Skip to content

Commit

Permalink
Run builds for commits on main
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Apr 8, 2024
1 parent 1aea515 commit b38cafa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Build Memory Cache MacOS

# on:
# push:
# branches:
# - dev
# pull_request:
# branches:
# - dev

on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Build Memory Cache Ubuntu

# on:
# push:
# branches:
# - dev
# pull_request:
# branches:
# - dev

on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Build Memory Cache Windows

# on:
# push:
# branches:
# - dev
# pull_request:
# branches:
# - dev

on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b38cafa

Please sign in to comment.