Skip to content

Commit

Permalink
chore: change workflow behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jul 27, 2023
1 parent 0751cee commit ae66314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: CI

on:
push:
branches: ['main']
# push:
# branches: ['main']
pull_request:
types: [opened, synchronize]
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
# push:
# branches:
# - main
push:
branches:
- main
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion packages/foo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icebreakers/foo",
"version": "0.0.2-alpha.0",
"version": "0.0.2",
"description": "",
"scripts": {
"build": "unbuild",
Expand Down

0 comments on commit ae66314

Please sign in to comment.