Skip to content

Commit bfc0166

Browse files
authored
Merge pull request #43 from powersync-ja/always-run-actions
Always runs GitHub Actions
2 parents 0778b06 + 5772e78 commit bfc0166

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/demos.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ concurrency:
77
on:
88
push:
99
branches:
10-
- master
11-
- main
12-
paths:
13-
- demos/**
14-
- .github/workflows/**
15-
pull_request:
16-
paths:
17-
- demos/**'
18-
- .github/workflows/**
10+
- "**"
1911

2012
jobs:
2113
build:

.github/workflows/packages.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ concurrency:
77
on:
88
push:
99
branches:
10-
- master
11-
- main
12-
paths:
13-
- packages/**
14-
- .github/workflows/**
15-
pull_request:
16-
paths:
17-
- packages/**
18-
- .github/workflows/**
10+
- "**"
1911

2012
jobs:
2113
build:

0 commit comments

Comments
 (0)