Skip to content

Commit b5f5dc7

Browse files
committed
Update GH Actions config to allow for ci-* branches
This way we can test changes to the CI config without having to make pull requests first.
1 parent 27b6d9c commit b5f5dc7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/super_diff.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
name: SuperDiff
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- ci-*
7+
paths-ignore:
8+
- '**.md'
9+
pull_request:
10+
types:
11+
- opened
12+
- synchronize
13+
paths-ignore:
14+
- '**.md'
315
jobs:
416
test:
517
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)