Skip to content

Commit b9ce462

Browse files
committed
github: action: enable for all branches
Change-Id: I8b5e52f620c5ef2aea1d12532fefd79f830f463e
1 parent 7225c54 commit b9ce462

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ name: CI
44

55
# Controls when the workflow will run
66
on:
7-
# Triggers the workflow on push or pull request events but only for the "master" branch
7+
# Triggers the workflow on push or pull request events
88
push:
9-
branches: [ "master" ]
109
pull_request:
11-
branches: [ "master" ]
1210

1311
# Allows you to run this workflow manually from the Actions tab
1412
workflow_dispatch:

0 commit comments

Comments
 (0)