Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jul 25, 2023
1 parent 5fe70e2 commit 6f84603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: "Acceptance Test"
on:
pull_request:
types: [labeled]
push:
branches:
- "dev/trigger-ci-am"
jobs:
test:
if: github.event.label.name == 'AMAUAT'
name: "Test ${{ matrix.tag }} on ${{ matrix.browser }}"
runs-on: "ubuntu-22.04"
strategy:
Expand Down

0 comments on commit 6f84603

Please sign in to comment.