Skip to content

Commit 3f65aff

Browse files
authored
Merge pull request #228 from I2PC/agm_manualLaunch
Change branch name from 'master' to 'main'
2 parents 83cad9f + 2f0614d commit 3f65aff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build XmippCore
44
# Specify when the Action should be triggered: when a pull request is opened against the 'devel' or 'master' branch
55
on:
66
pull_request:
7-
branches: [ devel, master ]
7+
workflow_dispatch:
88

99
jobs:
1010
build:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release new version
22
on:
3-
push:
4-
branches: [ master ]
3+
workflow_dispatch:
54

65
jobs:
76
generate-new-release:

0 commit comments

Comments
 (0)