We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e1a27 commit 219bbaeCopy full SHA for 219bbae
1 file changed
.github/workflows/version_bump.yml
@@ -1,17 +1,3 @@
1
-#name: "Version Increment"
2
-#
3
-#on:
4
-# # Run this action on any Pull Request raised against ARM
5
-# # pull_request:
6
-# # Ensure changes re-run the version script (i.e. title change)
7
-# types: [opened, edited, synchronize]
8
-# # Don't run on changes to the below paths
9
-# paths-ignore:
10
-# - 'arm_wiki/**'
11
-# - '.github/**'
12
13
-# # Allows you to run this workflow manually from the Actions tab
14
-# workflow_dispatch:
15
on:
16
pull_request:
17
0 commit comments