Skip to content

Commit

Permalink
try adding push to test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ike committed Jan 17, 2024
1 parent e81ca42 commit 61f95af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_call:
# Scan on-demand through GitHub Actions interface:
workflow_dispatch: {}
push:

jobs:
build_and_push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Documents

on:
workflow_dispatch:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-4.0-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_call:
# Scan on-demand through GitHub Actions interface:
workflow_dispatch: {}
push:

jobs:
prepare_outputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-5.0-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_call:
# Scan on-demand through GitHub Actions interface:
workflow_dispatch: {}
push:

jobs:
prepare_outputs:
Expand Down

0 comments on commit 61f95af

Please sign in to comment.