Skip to content

Commit

Permalink
Test to see if pull_request trigger will allow PR to show up on Actio…
Browse files Browse the repository at this point in the history
…ns tab of repo
  • Loading branch information
sarahchen6 committed Sep 13, 2024
1 parent 10553e8 commit 65a300c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: build catadog

on:
[workflow_dispatch]
# for testing
pull_request:
branches:
- "**"
# trigger catadog every time a push occurs on any branch
# push:
# branches:
Expand Down

0 comments on commit 65a300c

Please sign in to comment.