Skip to content

Commit

Permalink
github actions: Always run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 2, 2024
1 parent af8e6c5 commit 541f149
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
name: CI

on:
# Trigger the workflow on push or pull request,
# but only for the master/develop branches
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

env:
REGISTRY_LOGIN_SERVER: ${{ secrets.ACR_LOGIN_SERVER }}
Expand Down

0 comments on commit 541f149

Please sign in to comment.