Skip to content

Commit fbf7596

Browse files
committed
Update github action to apply to master again
1 parent 309e028 commit fbf7596

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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 "code" branch
7+
# Triggers the workflow on push or pull request events but only for the "master" branch
88
push:
9-
branches: [ "code" ]
9+
branches: [ "master" ]
1010
pull_request:
11-
branches: [ "code" ]
11+
branches: [ "master" ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)