Skip to content

Commit

Permalink
trigger new actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSinelnik committed Jun 25, 2024
1 parent f7e8d12 commit f986146
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/automatic-2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: automatic-2

on:
repository_dispatch:
types: [manual-Version]
pull_request:
branches: [master]
# repository_dispatch:
# types: [manual-Version]

jobs:
build-and-push:
Expand All @@ -13,7 +15,7 @@ jobs:
with:
path: 'master-branch'

- name: test
working-directory: master-branch
run: |
echo ${{ github.event.client_payload.version }}
# - name: test
# working-directory: master-branch
# run: |
# echo ${{ github.event.client_payload.version }}

0 comments on commit f986146

Please sign in to comment.