Skip to content

Commit

Permalink
Pause the publication workflow during the branch renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact authored and goneall committed Nov 15, 2024
1 parent eaabaeb commit 4c70bfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
on:
push:
branches:
- development/v3.0.1
repository_dispatch:
types:
- publish_v3_spec
workflow_dispatch: {}
# push:
# branches:
# - development/v3.0.1
# repository_dispatch:
# types:
# - publish_v3_spec
workflow_dispatch: {} # Manually trigger from https://github.com/spdx/spdx-spec/actions
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c70bfb

Please sign in to comment.