We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83cad9f + 2f0614d commit 3f65affCopy full SHA for 3f65aff
2 files changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ name: Build XmippCore
4
# Specify when the Action should be triggered: when a pull request is opened against the 'devel' or 'master' branch
5
on:
6
pull_request:
7
- branches: [ devel, master ]
+ workflow_dispatch:
8
9
jobs:
10
build:
.github/workflows/release.yml
@@ -1,7 +1,6 @@
1
name: Release new version
2
3
- push:
- branches: [ master ]
generate-new-release:
0 commit comments