Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Mar 22, 2024
1 parent d93e4bc commit d3ae552
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/preview-domain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Assign preview-domain
on:
pull_request: # Trigger on pull request
types: [opened, reopened]
push: # Trigger on push to any branch
branches:
- '*'

jobs:
assign-preview-domain:
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ github.event.number }}

0 comments on commit d3ae552

Please sign in to comment.