Fix automation workflow trigger

This commit is contained in:
Bill Thornton
2024-08-01 00:55:16 -04:00
committed by GitHub
parent d02b5361ff
commit 1137103706
+4 -2
View File
@@ -1,12 +1,14 @@
name: Automation
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches:
- master
pull_request_target:
types:
- synchronize
jobs:
compose-comment: