Skip to content

Commit 18a3a5b

Browse files
committed
ci: .github match 'on' from Bitcoin Core
1 parent 7866d94 commit 18a3a5b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: CI
22
on:
3+
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request.
34
pull_request:
5+
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#push.
46
push:
5-
branches: ['**']
6-
tags-ignore: ['**']
7+
branches:
8+
- '**'
9+
tags-ignore:
10+
- '**'
711

812
concurrency:
913
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}

0 commit comments

Comments
 (0)