Skip to content

Commit 5772e78

Browse files
committed
Run github actions on any push.
1 parent 0778b06 commit 5772e78

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)